ncmixer

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

commit f704f9ddd4d3c1d908c2499e9ac12eb561302fa5
parent 70b6e37e934710321226e5635613b54d8aa1fcc9
Author: sin <sin@2f30.org>
Date:   Wed, 14 Sep 2016 12:01:56 +0100

Add -g to default CFLAGS

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ VERSION = 0.1 CPPFLAGS = -DDEBUG -CFLAGS = -Wall +CFLAGS = -Wall -g LDLIBS = -lsndio -lcurses -lm DISTFILES = arg.h mixerd.c ncmixerc.c proto.h LICENSE Makefile README NCMIXERC_OBJ = ncmixerc.o