X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Makefile;h=9f8dc6d938405ccd228b77074130219cb2b32347;hb=4c9afeca34ba3d981fa51db18fe9522212ffad4c;hp=f52dd1dd654fc160e85755e87d45c7639a6c2002;hpb=434d60cd955ba04c2deb2c40803332235d0077d7;p=youtube-dl 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