bd149a72b9dd57c23276216cb93a6c8690366e21
[imago.git] / makefile
1 install: pcf.c
2         gcc -O3 -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o pcf.so
3 clean:
4         rm -f pcf.so