diff --git a/Makefile b/Makefile index f52dd1dd6..9f8dc6d93 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,6 @@ test: nosetests2 test/* clean: - $$(rm **/*.pyc) + rm **/*.pyc .PHONY: default compile update update-latest update-readme test clean