aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4d882d..484e67a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
LOAD_PATH = -L .deps -L .
-BATCH = emacs -Q --batch $(LOAD_PATH)
+EMACS = emacs
+BATCH = $(EMACS) -Q --batch $(LOAD_PATH)
CURL := curl --silent
els := snakemake.el snakemake-mode.el