代码调整
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user