diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2017-02-22 16:38:02 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2017-02-22 16:38:02 -0500 |
| commit | 8baef999da28d8a51734994219514e20fe92a2d2 (patch) | |
| tree | c3a1be6900fbc1036a2a887d43f10e4279a0591a /Makefile | |
| parent | c373a9512d9cecd9d94497f0637d763ce7cfe9e5 (diff) | |
| download | pyisda-cpp.tar.gz | |
switch to C++cpp
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
