Clean py34 shared libraries created during build

This commit is contained in:
tushar.gohad@intel.com 2015-08-05 17:45:15 +00:00
parent 74eef0c035
commit 4116b81e76
1 changed files with 1 additions and 1 deletions

View File

@ -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