From: gcmalloc Date: Wed, 3 Oct 2012 12:07:19 +0000 (+0200) Subject: correcting the makefile X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=5a33b733096d3bd8a6396c04fbe6804de3946927 correcting the makefile --- 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