correcting the makefile
authorgcmalloc <gcmalloc@gmail.com>
Wed, 3 Oct 2012 12:07:19 +0000 (14:07 +0200)
committergcmalloc <gcmalloc@gmail.com>
Fri, 12 Oct 2012 18:25:22 +0000 (20:25 +0200)
Makefile

index f52dd1dd654fc160e85755e87d45c7639a6c2002..9f8dc6d938405ccd228b77074130219cb2b32347 100644 (file)
--- 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