aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 14:24:02 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 14:24:02 +0200
commit9689e87ed54246598b154750aa2afc1735283ba7 (patch)
treea50d525d5acb4b8bb9d70b6ed719a21095a2b42d /test/Makefile
parent9fec30ee4e98dee6411280547d861a30c76c626a (diff)
downloadlitheweb-9689e87ed54246598b154750aa2afc1735283ba7.tar.gz
litheweb-9689e87ed54246598b154750aa2afc1735283ba7.tar.bz2
multipart boundary separation totally broken with runs of <CR>s; I must approach this differently.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 2a831d4..e96cb0f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,2 +1,9 @@
-bsdsocket: bsdsocket.c ../picohttp.c
+.PHONY: all
+
+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
+
+bsdsocket_nhd: bsdsocket.c ../picohttp.c ../picohttp.h
+ $(CC) -std=c99 -O0 -g3 -I../ -o bsdsocket_nhd ../picohttp.c bsdsocket.c