987378abce50dec68a35e8828ada83c832658ec8
[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 "$<")'