summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2020-06-25 12:09:51 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2020-06-25 14:54:16 +0100
commitfbaa4793b183cb0fdac6404125e9024fc2cd4670 (patch)
tree12e7ed7fee316fd54bf0013b49394d50c5d524d1
parent6c8fa1b4961e279ae63130902996c5f71a2e64e4 (diff)
downloadbog-fbaa4793b183cb0fdac6404125e9024fc2cd4670.tar.gz
Makefile: Allow specifying Emacs version with var
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3d5987..fbcd942 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
+EMACS ?= emacs
LOAD_PATH ?=
-BATCH = emacs -Q --batch $(LOAD_PATH)
+BATCH = $(EMACS) -Q --batch $(LOAD_PATH)
all: bog.elc bog-autoloads.el