From c59866416e2c61933324ff1df01a8d575aa3ca8d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 10 Dec 2023 16:24:38 -0500 Subject: make: Rename a variable --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c09861c..281a2c7 100644 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ WITH_EDITOR_DIR ?= /dev/null MAGIT_POPUP_DIR ?= /dev/null MAGIT_DIR ?= /dev/null -EMACSBIN ?= emacs +EMACS ?= emacs LOAD_PATH = -L $(DASH_DIR) -L $(WITH_EDITOR_DIR) -L $(GHUB_DIR) \ -L $(MAGIT_POPUP_DIR) -L $(MAGIT_DIR) -BATCH = $(EMACSBIN) -Q --batch $(LOAD_PATH) +BATCH = $(EMACS) -Q --batch $(LOAD_PATH) all: annexview.elc annexview-autoloads.el -- cgit v1.2.3