about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-03 00:14:42 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-03 00:14:42 +0100
commitd200b11c7ea34138d9b8a778fd2dd9226308b48f (patch)
tree9b0ca8093c45804266d269ef677cd38ddf7e9650 /Makefile
parentd0eca21021b6321197caccab110de13843be6e04 (diff)
downloadyoutube-dl-d200b11c7ea34138d9b8a778fd2dd9226308b48f.tar.gz
youtube-dl-d200b11c7ea34138d9b8a778fd2dd9226308b48f.tar.xz
youtube-dl-d200b11c7ea34138d9b8a778fd2dd9226308b48f.zip
[Makefile] Simplify clean/cleanall
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 578079879..0636fc4cb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,7 @@
 all: youtube-dl README.md CONTRIBUTING.md README.txt youtube-dl.1 youtube-dl.bash-completion youtube-dl.zsh youtube-dl.fish supportedsites
 
 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 CONTRIBUTING.md.tmp
-
-cleanall: clean
-	rm -f youtube-dl youtube-dl.exe
+	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 CONTRIBUTING.md.tmp youtube-dl youtube-dl.exe
 
 PREFIX ?= /usr/local
 BINDIR ?= $(PREFIX)/bin