aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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