projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3e990
)
Makefile enhancements.
author
kirr@landau.phys.spbu.ru
<none@none>
Sun, 3 Aug 2008 06:43:04 +0000
(23:43 -0700)
committer
kirr@landau.phys.spbu.ru
<none@none>
Sun, 3 Aug 2008 06:43:04 +0000
(23:43 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 6b7b8a1575708a686d8b5201aeccb31d6b510ffe..f6ec12703e338c6567607e776fa9eb5f56654c73 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,11
+1,17
@@
PYTHON?=python
+all: local
+
+local:
+ ${PYTHON} setup.py build_ext --inplace
+
clean:
@echo Cleaning Source
@rm -fr build
@rm -f *.pyc */*.pyc */*/*.pyc
@rm -f *~ */*~ */*/*~
@rm -f core */core
+ @rm -f Cython/Plex/Scanners.{so,pyd}
@(cd Demos; $(MAKE) clean)
testclean: