summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2b0b14..9a7165f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,5 +2,5 @@ build:
python setup.py build_ext --inplace
clean:
- find -name \*.c -exec rm {} \;
+ find \( -name \*.c -o -name \*.h \) -exec rm {} \;
rm -rf build