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