X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=9f8dc6d938405ccd228b77074130219cb2b32347;hb=5a33b733096d3bd8a6396c04fbe6804de3946927;hp=f52dd1dd654fc160e85755e87d45c7639a6c2002;hpb=0b4e98490b6124eae868425e683a492c49b047ae;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