summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-23 11:20:27 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-23 11:20:27 +0100
commita85c838cb85a2600b418180396c467cbe9eeab52 (patch)
tree8030b158a8846fd1a230412ce6c45007eb1a9728 /Makefile
parentExplain 'tangle-org.el' (diff)
First complete draft for the Root of Generation section
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