diff options
author | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 16:24:38 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2023-12-10 16:24:38 -0500 |
commit | c59866416e2c61933324ff1df01a8d575aa3ca8d (patch) | |
tree | e98c327485affc4ea3bff0fc5efee1fda23bd65b /Makefile | |
parent | bfad3ceeae190f8edc5f6f1d9f11a64cc336b598 (diff) | |
download | annexview-c59866416e2c61933324ff1df01a8d575aa3ca8d.tar.gz |
make: Rename a variable
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |