summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ce4543d..31fe106 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ GENFILES :=
CONTENTS :=
GENSASS :=
-EMACS := ROOT="${ROOT}" emacs
+EMACSBIN := emacs
+EMACS := ROOT="${ROOT}" ${EMACSBIN}
TANGLE := --batch --load="${ROOT}/scripts/tangle-org.el" 2>> build.log
default: init-log build