correcting the makefile
[youtube-dl] / 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