aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 17:33:47 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-19 17:33:47 +0200
commit1f958fc608ea5c468c04d27e0029ae298f920134 (patch)
treec0ddd226fd86be6e087e4b207ddda604ec2c7416 /test/Makefile
parenta32672d18e889fe5020400edc591350f50f2af41 (diff)
parentd62d604877249f1eeaf920b3f149eb906b24cd16 (diff)
downloadlitheweb-1f958fc608ea5c468c04d27e0029ae298f920134.tar.gz
litheweb-1f958fc608ea5c468c04d27e0029ae298f920134.tar.bz2
merged
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..e96cb0f
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,9 @@
+.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