diff options
| author | Wolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de> | 2013-07-17 16:43:53 +0200 |
|---|---|---|
| committer | Wolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de> | 2013-07-17 16:43:53 +0200 |
| commit | 97d36e88a0aa7d098aabb0916b59fceab6dbb2b1 (patch) | |
| tree | 1dbf66e35ba1dd6e2cdb0dc397316972b2563dfb | |
| parent | 9e0dabe42cb40ab5010663d092b4e7e23536b7c9 (diff) | |
| download | litheweb-97d36e88a0aa7d098aabb0916b59fceab6dbb2b1.tar.gz litheweb-97d36e88a0aa7d098aabb0916b59fceab6dbb2b1.tar.bz2 | |
testcase Makefile
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile new file mode 100644 index 0000000..2a831d4 --- /dev/null +++ b/test/Makefile @@ -0,0 +1,2 @@ +bsdsocket: bsdsocket.c ../picohttp.c + $(CC) -std=c99 -DHOST_DEBUG -O0 -g3 -I../ -o bsdsocket ../picohttp.c bsdsocket.c |
