Commit f66e01ff authored by Stefan Behnel's avatar Stefan Behnel

extend "make clean"

parent 59ed72c8
......@@ -28,6 +28,7 @@ clean:
@rm -f core */core
@rm -f Cython/Compiler/*.c
@rm -f Cython/Plex/*.c
@rm -f Cython/Tempita/*.c
@rm -f Cython/Runtime/refnanny.c
@(cd Demos; $(MAKE) clean)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment