aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-10 16:24:38 -0500
committerKyle Meyer <kyle@kyleam.com>2023-12-10 16:24:38 -0500
commitc59866416e2c61933324ff1df01a8d575aa3ca8d (patch)
treee98c327485affc4ea3bff0fc5efee1fda23bd65b
parentbfad3ceeae190f8edc5f6f1d9f11a64cc336b598 (diff)
downloadannexview-c59866416e2c61933324ff1df01a8d575aa3ca8d.tar.gz
make: Rename a variable
-rw-r--r--Makefile4
1 files 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