diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-04-17 21:03:57 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-04-17 21:03:57 -0400 |
commit | 7dc223878c5929adc12695215b8fda6535c168ad (patch) | |
tree | 2147986b716c8e6353aa0d00dd7207978bedd537 /Makefile | |
parent | 9e17cb9a4b21caadab9867b5e27f3985b2dbbaa0 (diff) | |
download | snakemake-mode-7dc223878c5929adc12695215b8fda6535c168ad.tar.gz |
Makefile: Pull out Emacs variable
Used by Travis make call.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |