projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
instructions in manual mode
[imago.git]
/
makefile
diff --git
a/makefile
b/makefile
index
028e827
..
a6b9454
100644
(file)
--- a/
makefile
+++ b/
makefile
@@
-1,4
+1,4
@@
install: pcf.c
install: pcf.c
- gcc -O
3 -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o imago_pack
/pcf.so
+ gcc -O
fast -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o src
/pcf.so
clean:
clean:
- rm -f
pcf.so
+ rm -f
src/pcf.so src/*.pyc