http_check
This commit is contained in:
7
http_check/Makefile
Normal file
7
http_check/Makefile
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user