X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=test%2FMakefile;h=3a457e0b8ea8d02a6f3a00409bb4a12bb6c8289e;hb=b416f18295f7edcb5474396a6b26a59fd5ddb1f5;hp=6d0f23469e5ad7087fd4761aaf27d01caa200d63;hpb=3f5b9cb68b3da6a63b2f70a69da04dfa51c59e09;p=smdp.git diff --git a/test/Makefile b/test/Makefile index 6d0f234..3a457e0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # set some compiler flags -CFLAGS=-g -lncurses +CFLAGS=-g -Wall -lncurses # find *.c in the current directory SOURCES=$(wildcard *.c)