show the colors
[imago.git] / makefile
1 install: pcf.c
2         gcc -Ofast -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o src/pcf.so
3 clean:
4         rm -f src/pcf.so src/*.pyc