Commit 18f00a45 authored by Stefan Behnel's avatar Stefan Behnel

Clean up compiled modules that are directly in the Cython package on "make clean".

parent efd2f1cd
......@@ -37,6 +37,7 @@ clean:
@rm -f *.pyd */*.pyd */*/*.pyd
@rm -f *~ */*~ */*/*~
@rm -f core */core
@rm -f Cython/*.c
@rm -f Cython/Compiler/*.c
@rm -f Cython/Plex/*.c
@rm -f Cython/Tempita/*.c
......
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