diff options
Diffstat (limited to 'http_check/Makefile')
| -rw-r--r-- | http_check/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/http_check/Makefile b/http_check/Makefile new file mode 100644 index 0000000..33e63d9 --- /dev/null +++ b/http_check/Makefile @@ -0,0 +1,7 @@ +all: + gcc -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson +debug: + gcc -g -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson + +clean: + rm *.so *.o -rf |
