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