pcf -- combine
[imago.git] / makefile
index 11daba2..db25815 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,4 +1,4 @@
-imago: pcf.c
+install: pcf.c
        gcc -shared -I/usr/include/python2.7/ -lpython2.7 -o pcf.so pcf.c
 clean:
        rm -f pcf.so