summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-11-10 14:22:27 -0500
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-11-10 14:22:27 -0500
commit2a2290a51924bd36b57b977caf9f7affc593b820 (patch)
tree536dd39d8a6cbbcb07c5257f171ab0aabe613a5c
parenta85b77d2d3887ecc827d2f61f94e55d095e69fd7 (diff)
downloadpyisda-2a2290a51924bd36b57b977caf9f7affc593b820.tar.gz
fix Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08a3604..c0eb427 100644
--- a/Makefile
+++ b/Makefile
@@ -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: