adding clean rule in the makefile
authorgcmalloc <gcmalloc@gmail.com>
Fri, 28 Sep 2012 15:57:21 +0000 (17:57 +0200)
committergcmalloc <gcmalloc@gmail.com>
Fri, 12 Oct 2012 18:24:58 +0000 (20:24 +0200)
Makefile

index c73d0ac658180a13a1ae52b7e18ecf2c0a2e9f25..f52dd1dd654fc160e85755e87d45c7639a6c2002 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,4 +49,7 @@ LATEST_VERSION: youtube_dl/__init__.py
 test:
        nosetests2 test/*
 
-.PHONY: default compile update update-latest update-readme test
+clean:
+       $$(rm **/*.pyc)
+
+.PHONY: default compile update update-latest update-readme test clean