From 7dc223878c5929adc12695215b8fda6535c168ad Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 17 Apr 2016 21:03:57 -0400 Subject: Makefile: Pull out Emacs variable Used by Travis make call. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3