From f630bc3759dee5ded4e5abff22d904dba20b0abc Mon Sep 17 00:00:00 2001 From: Lisandro Dalcin Date: Sat, 20 Dec 2008 13:38:55 -0300 Subject: [PATCH] update clean target in makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- 2.26.2