@@ -12,4 +12,4 @@ clean:
rm -rf $(BUILD)
distclean: clean
- rm -rf `find . -name \*.pyc`
+ rm -f `find -name \*.pyc`