projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1c05c6
)
Jython support - handle *.class files
author
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 20 Feb 2016 19:29:49 +0000
(
03:29
+0800)
committer
Yen Chi Hsuan
<yan12125@gmail.com>
Sat, 20 Feb 2016 19:32:03 +0000
(
03:32
+0800)
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 0422adf4456ec35166f5d2bce6b832c67601c2dc..26dbde73d412673ee9c53ee06a476a803a92edc7 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,5
+1,6
@@
*.pyc
*.pyo
+*.class
*~
*.DS_Store
wine-py2exe/
@@
-32,4
+33,4
@@
test/testdata
.tox
youtube-dl.zsh
.idea
-.idea/*
\ No newline at end of file
+.idea/*
diff --git
a/Makefile
b/Makefile
index cb449b7e61c4c27d44177cc775c26fa79ca97a3a..afd7f40328b1b84045c05617ca129ad41f6b3ba6 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,6
+3,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
+ find . -name "*.class" -delete
PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin