代码调整

This commit is contained in:
yzc
2019-12-31 11:23:26 +08:00
parent 2540b74324
commit 2a754c19e4

View File

@@ -1,7 +1,7 @@
all:
gcc -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson
gcc -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson -lpthread
debug:
gcc -g -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson
gcc -g -fPIC -shared src/http_check.c -o http_check.so -levent -lcjson -lpthread
clean:
rm *.so *.o -rf