pcf.test, makefile
[imago.git] / makefile
diff --git a/makefile b/makefile
new file mode 100644 (file)
index 0000000..11daba2
--- /dev/null
+++ b/makefile
@@ -0,0 +1,4 @@
+imago: pcf.c
+       gcc -shared -I/usr/include/python2.7/ -lpython2.7 -o pcf.so pcf.c
+clean:
+       rm -f pcf.so