Blame


1 06d4d373 2020-12-09 op EMACS = emacs
2 06d4d373 2020-12-09 op
3 6b6c8a78 2021-01-04 op compile: vc-got.elc vc-got-stage.elc
4 06d4d373 2020-12-09 op
5 06d4d373 2020-12-09 op clean:
6 06d4d373 2020-12-09 op rm -f *.elc
7 06d4d373 2020-12-09 op
8 06d4d373 2020-12-09 op .SUFFIXES: .el .elc
9 06d4d373 2020-12-09 op .el.elc:
10 06d4d373 2020-12-09 op ${EMACS} -Q --batch -L . -f batch-byte-compile $<