From fbaa4793b183cb0fdac6404125e9024fc2cd4670 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 25 Jun 2020 12:09:51 +0100 Subject: Makefile: Allow specifying Emacs version with var --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3