projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efe8902
)
adding clean rule in the makefile
author
gcmalloc
<gcmalloc@gmail.com>
Fri, 28 Sep 2012 15:57:21 +0000
(17:57 +0200)
committer
gcmalloc
<gcmalloc@gmail.com>
Fri, 12 Oct 2012 18:24:58 +0000
(20:24 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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