summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2017-02-22 16:38:02 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2017-02-22 16:38:02 -0500
commit8baef999da28d8a51734994219514e20fe92a2d2 (patch)
treec3a1be6900fbc1036a2a887d43f10e4279a0591a /Makefile
parentc373a9512d9cecd9d94497f0637d763ce7cfe9e5 (diff)
downloadpyisda-cpp.tar.gz
switch to C++cpp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0eb427..82696cb 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ build:
python setup.py build_ext --inplace
clean:
- find pyisda \( -name *.c -o -name \*.h -o -name \*.so \) -exec rm {} \;
+ find pyisda \( -name *.c -o -name *.h -o -name *.so -o -name *.cpp -o -name *.html \) -exec rm {} \;
rm -rf build
install: