all: gcc -O2 -fPIC -shared http_count.c -o http_count.so debug: gcc -g -fPIC -shared http_count.c -o http_count.so clean: rm *.so *.o -rf