From 80252e8b51d3dc8dce6e76e1915c6745bfeeafb0 Mon Sep 17 00:00:00 2001 From: "kirr@landau.phys.spbu.ru" Date: Sat, 2 Aug 2008 23:43:04 -0700 Subject: [PATCH] Makefile enhancements. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- 2.26.2