diff --git a/Makefile b/Makefile index 39962df3..386f1a0a 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,9 @@ PKGDIR := ./packages RCPDIR := ./recipes HTMLDIR := ./html WORKDIR := ./working +EMACS := emacs -EVAL := emacs --no-site-file --batch -l package-build.el --eval +EVAL := $(EMACS) --no-site-file --batch -l package-build.el --eval all: build json index