some ncurses tests
[smdp.git] / test / Makefile
index 6e8c05e..6d0f234 100644 (file)
@@ -1,5 +1,5 @@
 # set some compiler flags
-CFLAGS=
+CFLAGS=-g -lncurses
 
 # find *.c in the current directory
 SOURCES=$(wildcard *.c)