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