diff options
| author | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2016-11-10 14:22:27 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2016-11-10 14:22:27 -0500 |
| commit | 2a2290a51924bd36b57b977caf9f7affc593b820 (patch) | |
| tree | 536dd39d8a6cbbcb07c5257f171ab0aabe613a5c /Makefile | |
| parent | a85b77d2d3887ecc827d2f61f94e55d095e69fd7 (diff) | |
| download | pyisda-2a2290a51924bd36b57b977caf9f7affc593b820.tar.gz | |
fix Makefile
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 \( -name \*.c -o -name \*.h -o -name \*.so \) -exec rm {} \; + find pyisda \( -name *.c -o -name \*.h -o -name \*.so \) -exec rm {} \; rm -rf build install: |
