aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-04-17 21:03:57 -0400
committerKyle Meyer <kyle@kyleam.com>2016-04-17 21:03:57 -0400
commit7dc223878c5929adc12695215b8fda6535c168ad (patch)
tree2147986b716c8e6353aa0d00dd7207978bedd537 /Makefile
parent9e17cb9a4b21caadab9867b5e27f3985b2dbbaa0 (diff)
downloadsnakemake-mode-7dc223878c5929adc12695215b8fda6535c168ad.tar.gz
Makefile: Pull out Emacs variable
Used by Travis make call.
Diffstat (limited to 'Makefile')
-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