X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/f0548db6acfd9616ddafa443e45103fc6655e0e4..ecc0929cb0e011db2825e79d7495d7ef7b113e1e:/makefile?ds=sidebyside diff --git a/makefile b/makefile index bd149a7..028e827 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ install: pcf.c - gcc -O3 -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o pcf.so + gcc -O3 -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o imago_pack/pcf.so clean: rm -f pcf.so