From: Lisandro Dalcin Date: Sat, 20 Dec 2008 16:38:55 +0000 (-0300) Subject: update clean target in makefile X-Git-Tag: 0.11-beta~96 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f630bc3759dee5ded4e5abff22d904dba20b0abc;p=cython.git update clean target in makefile --- diff --git a/Makefile b/Makefile index 52690448..d6aa5601 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,10 @@ clean: @rm -f *.pyc */*.pyc */*/*.pyc @rm -f *~ */*~ */*/*~ @rm -f core */core - @rm -f Cython/Plex/Scanners.{so,pyd} + @rm -f Cython/Compiler/Parsing.{c,so,pyd} + @rm -f Cython/Compiler/Scanning.{c,so,pyd} + @rm -f Cython/Compiler/Visitor.{c,so,pyd} + @rm -f Cython/Plex/Scanners.{c,so,pyd} @(cd Demos; $(MAKE) clean) testclean: