SWOOLE_SRC = "/home/htf/workspace/swoole"
all: test.c
	cc -g -o test.so -O0 -fPIC -shared test.c -ldl -I${SWOOLE_SRC}/include -I${SWOOLE_SRC}

