adding photobucket test
[youtube-dl] / Makefile
index c73d0ac658180a13a1ae52b7e18ecf2c0a2e9f25..9f8dc6d938405ccd228b77074130219cb2b32347 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