PKG: Remove both .so and .pyc files in find . -name "*.so" -o -name "*.pyc" | xargs rm -f.

This commit is contained in:
Stefan van der Walt
2011-09-27 23:11:02 -07:00
parent 13e21935ed
commit 75d1688183
+1 -1
View File
@@ -5,7 +5,7 @@ all:
git update-index --assume-unchanged scikits/image/version.py
clean:
find . -name "*.so" | xargs rm -f
find . -name "*.so" -o -name "*.pyc" | xargs rm -f
test:
nosetests scikits/image