From: Stefan Behnel Date: Sun, 27 Jul 2008 19:55:32 +0000 (+0200) Subject: missing cleanup in 'make clean' X-Git-Tag: 0.9.8.1~108^2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ec2d9200fd962c255880ffae047e3fb8ff09e01f;p=cython.git missing cleanup in 'make clean' --- diff --git a/Makefile b/Makefile index 37380a2a..6b7b8a15 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ PYTHON?=python clean: @echo Cleaning Source + @rm -fr build @rm -f *.pyc */*.pyc */*/*.pyc @rm -f *~ */*~ */*/*~ @rm -f core */core