diff --git a/Makefile b/Makefile index 9f8dc6d93..e44531527 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,6 @@ test: nosetests2 test/* clean: - rm **/*.pyc + find -name "*.pyc" -delete .PHONY: default compile update update-latest update-readme test clean