Blob


1 EMACS = emacs
3 .PHONY: compile clean
5 compile: 9ps-mode.elc
7 9ps-mode.elc: 9ps-mode.el
9 .SUFFIXES: .el .elc
10 .el.elc:
11 $(EMACS) -Q --batch -L . -f batch-byte-compile $<
13 clean:
14 rm -f *.elc