PKG: Allow make clean to run twice in a row.

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