summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgcmalloc <gcmalloc@gmail.com>2012-10-03 14:07:19 +0200
committergcmalloc <gcmalloc@gmail.com>2012-10-12 20:25:22 +0200
commit5a33b733096d3bd8a6396c04fbe6804de3946927 (patch)
tree17613b73e3fe7c75f7ea9d0fd3f2f485452aa3d1 /Makefile
parent0b4e98490b6124eae868425e683a492c49b047ae (diff)
correcting the makefile
Diffstat (limited to 'Makefile')
-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