improve extracting vid from url regexp for youtube.com
[youtube-dl.el.git] / Makefile
bloba7303f3f7a6cbd67c3d1549adbd964860536ae2c
1 .POSIX:
2 EMACS = emacs
4 youtube-dl.elc: youtube-dl.el
6 simulate: youtube-dl.elc
7 $(EMACS) -Q -L . -l tests/youtube-dl-simulate.el
9 clean:
10 rm -f youtube-dl.elc simulation.db simulation.db.tmp
12 .SUFFIXES: .el .elc
13 .el.elc:
14 $(EMACS) -batch -Q -f batch-byte-compile $<