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