fixed wrong linker usage + fix some compiler warnings
[smdp.git] / test / Makefile
index 6d0f234..3a457e0 100644 (file)
@@ -1,5 +1,5 @@
 # set some compiler flags
-CFLAGS=-g -lncurses
+CFLAGS=-g -Wall -lncurses
 
 # find *.c in the current directory
 SOURCES=$(wildcard *.c)