projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a15a98
)
[Makefile] clean pyc files in clean target
author
Philipp Hagemeister
<phihag@phihag.de>
Thu, 26 Feb 2015 00:47:12 +0000
(
01:47
+0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Thu, 26 Feb 2015 00:47:12 +0000
(
01:47
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 7087329564aa17db726d22fb3ce1fded54778635..c6c76274f995a85185290d35868b974c13240aa2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,6
+2,7
@@
all: youtube-dl README.md CONTRIBUTING.md README.txt youtube-dl.1 youtube-dl.bas
clean:
rm -rf youtube-dl.1.temp.md youtube-dl.1 youtube-dl.bash-completion README.txt MANIFEST build/ dist/ .coverage cover/ youtube-dl.tar.gz youtube-dl.zsh youtube-dl.fish *.dump *.part *.info.json *.mp4 *.flv *.mp3 *.avi CONTRIBUTING.md.tmp youtube-dl youtube-dl.exe
+ find -name "*.pyc" -delete
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin