Blob


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