Makefile enhancements.
authorkirr@landau.phys.spbu.ru <none@none>
Sun, 3 Aug 2008 06:43:04 +0000 (23:43 -0700)
committerkirr@landau.phys.spbu.ru <none@none>
Sun, 3 Aug 2008 06:43:04 +0000 (23:43 -0700)
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: