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

