chiark / gitweb /
dot/emacs, el/dot-emacs.el: Support for Algol 68 code.
[profile] / el / Makefile
1 ### Emacs configuration Makefile
2
3 EMACS = emacs
4
5 all: dot-emacs.elc
6
7 .SUFFIXES: .el .elc
8 .el.elc:
9         $(EMACS) -L . --batch --no-site-file --eval '(byte-compile-file "$<")'