summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortushar.gohad@intel.com <Tushar Gohad>2015-08-05 17:45:15 +0000
committertushar.gohad@intel.com <Tushar Gohad>2015-08-05 17:45:15 +0000
commit4116b81e769617c79482feb8ff8a227b3d527044 (patch)
tree3096e33143a67830aa8271d540922ef23fd2feac
parent74eef0c035541c2d61e1bf4d4796f3dfb8929750 (diff)
downloadpyeclib-4116b81e769617c79482feb8ff8a227b3d527044.tar.gz
Clean py34 shared libraries created during build
-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