X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/f617db13b0685c674817a6c7c1d148da3c07081f..8a7e906d367d31b3734c5ea656bd4fc3b3a74168:/emacs-Makefile diff --git a/emacs-Makefile b/emacs-Makefile index aa8da92..987378a 100644 --- a/emacs-Makefile +++ b/emacs-Makefile @@ -1,7 +1,9 @@ ### Emacs configuration Makefile +EMACS = emacs + all: dot-emacs.elc .SUFFIXES: .el .elc .el.elc: - emacs --batch --eval '(byte-compile-file "$<")' + $(EMACS) --batch --no-site-file --eval '(byte-compile-file "$<")'