Blame


1 be68dd88 2020-12-19 op EMACS = emacs
2 be68dd88 2020-12-19 op
3 be68dd88 2020-12-19 op .PHONY: all
4 be68dd88 2020-12-19 op all: sndio.elc
5 be68dd88 2020-12-19 op
6 be68dd88 2020-12-19 op .SUFFIXES: .el .elc
7 be68dd88 2020-12-19 op .el.elc:
8 be68dd88 2020-12-19 op ${EMACS} -Q --batch -L . -f batch-byte-compile $<