From 18f00a45cae7fb4291ae9fe59876ffe1e14ee6ec Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sat, 19 Jan 2019 10:30:42 +0100 Subject: [PATCH] Clean up compiled modules that are directly in the Cython package on "make clean". --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fc0c13c1ca3..dfede3e96c6 100644 --- a/Makefile +++ b/Makefile @@ -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