From c7a127b9c6497a1298f32e568d2cb23b18d415f4 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Tue, 24 Jul 2012 21:28:41 +0100 Subject: [PATCH] Allow Emacs executable to be overriden in Makefile e.g. make json EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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