summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93b3458..473d658 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,6 @@ test: build
$(UNITS)
clean:
- -rm -f pyeclib_c.so
+ -rm -f pyeclib_c*.so
-rm -rf build
python setup.py clean