diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-25 12:09:51 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-25 14:54:16 +0100 |
commit | fbaa4793b183cb0fdac6404125e9024fc2cd4670 (patch) | |
tree | 12e7ed7fee316fd54bf0013b49394d50c5d524d1 /Makefile | |
parent | 6c8fa1b4961e279ae63130902996c5f71a2e64e4 (diff) | |
download | bog-fbaa4793b183cb0fdac6404125e9024fc2cd4670.tar.gz |
Makefile: Allow specifying Emacs version with var
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |