chiark / gitweb /
Merge branch 'master' of git+ssh://metalzone.distorted.org.uk/~mdw/public-git/profile
[profile] / emacs-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) --batch --no-site-file --eval '(byte-compile-file "$<")'