summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-06-29 12:34:44 -0400
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-06-29 12:34:44 -0400
commit4dded80c55985a48b1639ccd297a84b0ceb925af (patch)
tree4117aee85bee8113e7768a12b4b9063a12aa60d8 /Makefile
parentc4b8148b8419ca1e281a8e69aeea578e057c4c4d (diff)
downloadpyisda-4dded80c55985a48b1639ccd297a84b0ceb925af.tar.gz
improve cleanup
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