From: kirr@landau.phys.spbu.ru Date: Sun, 3 Aug 2008 06:43:04 +0000 (-0700) Subject: Makefile enhancements. X-Git-Tag: 0.9.8.1~95^2~7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=80252e8b51d3dc8dce6e76e1915c6745bfeeafb0;p=cython.git Makefile enhancements. --- diff --git a/Makefile b/Makefile index 6b7b8a15..f6ec1270 100644 --- 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: