install: pcf.c gcc -Ofast -shared -I/usr/include/python2.7/ -lpython2.7 -o pcf.so pcf.c clean: rm -f pcf.so