chiark / gitweb /
setup: Find a good Emacs21 and use that for compiling things.
[profile] / emacs-Makefile
CommitLineData
f617db13
MW
1### Emacs configuration Makefile
2
65ff0e8c
MW
3EMACS = emacs
4
f617db13
MW
5all: dot-emacs.elc
6
7.SUFFIXES: .el .elc
8.el.elc:
65ff0e8c 9 $(EMACS) --batch --no-site-file --eval '(byte-compile-file "$<")'