ncmixer

ncurses audio mixer for DJ'ing
git clone git://git.2f30.org/ncmixer
Log | Files | Refs | README | LICENSE

commit e35ab28bc98790503a15a9accea0cd7bbf068d19
parent 99fc797036039867d7387d68577234e71e589783
Author: sin <sin@2f30.org>
Date:   Sat, 25 Jun 2016 18:08:40 +0100

Initial release

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,3 +1,4 @@ +VERSION = 0.1 CPPFLAGS = -DDEBUG CFLAGS = -Wall LDLIBS = -lsndio -lcurses -lm