aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTRox1972 <TRox1972@users.noreply.github.com>2016-05-19 01:18:01 +0200
committerTRox1972 <TRox1972@users.noreply.github.com>2016-05-19 01:21:38 +0200
commit8585dc4cdc735eb8a077dffb68affa81e1a98693 (patch)
treed41858541095e7b7e5debb48acb8e16492ae6adf /Makefile
parentdd81769c62661d168fb87b896ffb8a80dacbe45b (diff)
downloadyoutube-dl-8585dc4cdc735eb8a077dffb68affa81e1a98693.zip
youtube-dl-8585dc4cdc735eb8a077dffb68affa81e1a98693.tar.gz
youtube-dl-8585dc4cdc735eb8a077dffb68affa81e1a98693.tar.bz2
[Makefile] delete thumbnails
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d7cd5a..d760e45 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +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 youtube_dl/extractor/lazy_extractors.py *.dump *.part *.info.json *.mp4 *.flv *.mp3 *.avi *.mkv *.webm CONTRIBUTING.md.tmp ISSUE_TEMPLATE.md.tmp 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 youtube_dl/extractor/lazy_extractors.py *.dump *.part *.info.json *.mp4 *.flv *.mp3 *.avi *.mkv *.webm *.jpg *.png CONTRIBUTING.md.tmp ISSUE_TEMPLATE.md.tmp youtube-dl youtube-dl.exe
find . -name "*.pyc" -delete
find . -name "*.class" -delete