projekty
/
imago.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix makefile
[imago.git]
/
makefile
1
install: pcf.c
2
gcc -O3 -fPIC -shared -I/usr/include/python2.7/ pcf.c -lpython2.7 -o imago_pack/pcf.so
3
clean:
4
rm -f imago_pack/pcf.so imago_pack/*.pyc