repo.or.cz
/
youtube-dl.el.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve `org-stored-links` conditionally
[youtube-dl.el.git]
/
Makefile
blob
a7303f3f7a6cbd67c3d1549adbd964860536ae2c
1
.POSIX
:
2
EMACS
=
emacs
3
4
youtube-dl.elc
:
youtube-dl.el
5
6
simulate
:
youtube-dl.elc
7
$(
EMACS
) -
Q
-
L .
-
l tests
/
youtube-dl-simulate.el
8
9
clean
:
10
rm
-
f youtube-dl.elc simulation.db simulation.db.tmp
11
12
.SUFFIXES
:
.el .elc
13
.el.elc
:
14
$(
EMACS
) -
batch
-
Q
-
f batch-byte-compile
$<