commit 1d2b8cc7859af99cce8447f62bcc4424a0627ab9 parent b053a679e3237e2c565703a311386364bde5b7e5 Author: sin <sin@2f30.org> Date: Fri, 3 Jun 2016 14:40:51 +0100 Add -Wall to CFLAGS Diffstat:
M | Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,5 @@ CPPFLAGS = -DDEBUG +CFLAGS = -Wall LDLIBS = -lsndio -lcurses OBJ = ncmixer.o BIN = ncmixer