chiark / gitweb /
el/dot-emacs.el: Better fontification for Ediff.
[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 "$<")'