aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index e96cb0f..42f862f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -3,7 +3,7 @@
all: bsdsocket bsdsocket_nhd
bsdsocket: bsdsocket.c ../picohttp.c ../picohttp.h
- $(CC) -std=c99 -DHOST_DEBUG -O0 -g3 -I../ -o bsdsocket ../picohttp.c bsdsocket.c
+ $(CC) -std=c99 -DHOST_DEBUG -O0 -g3 -I../ -Wall -o bsdsocket ../picohttp.c bsdsocket.c
bsdsocket_nhd: bsdsocket.c ../picohttp.c ../picohttp.h
$(CC) -std=c99 -O0 -g3 -I../ -o bsdsocket_nhd ../picohttp.c bsdsocket.c