### Emacs configuration Makefile all: dot-emacs.elc .SUFFIXES: .el .elc .el.elc: emacs --batch --eval '(byte-compile-file "$<")'