chiark / gitweb /
el/dot-emacs.el: Don't try to select a track after the last line.
[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 "$<")'