works without pygame, where not needed
[imago.git] / makefile
1 install: src/pcf.so
2
3 src/pcf.so: pcf.c
4         gcc -Ofast -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o src/pcf.so
5 clean:
6         rm -f src/pcf.so src/*.pyc