X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/30acc372d8a56df8de83fc615662ef9538d7ac18..a1bf764e752244494ca373a396b43f5c028ac139:/el/Makefile diff --git a/el/Makefile b/el/Makefile index 987378a..6549fde 100644 --- a/el/Makefile +++ b/el/Makefile @@ -6,4 +6,4 @@ all: dot-emacs.elc .SUFFIXES: .el .elc .el.elc: - $(EMACS) --batch --no-site-file --eval '(byte-compile-file "$<")' + $(EMACS) -L . --batch --no-site-file --eval '(byte-compile-file "$<")'