update clean target in makefile
[cython.git] / Makefile
index 5269044897914c96bef9e2d1b90de59a1a937363..d6aa5601c9ed254c799d003cf5e4312dc0b1cb77 100644 (file)
--- 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: