Blame


1 06d4d373 2020-12-09 op EMACS = emacs
2 06d4d373 2020-12-09 op
3 622993fd 2021-08-16 op compile: vc-got.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 $<