From c0a019259256ee8189620264893c36f10ab1c672 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Mon, 20 Apr 2015 20:08:49 -0400 Subject: [PATCH] =?utf8?q?change=20EMACS=20to=20emacs,=20as=20suggested=20?= =?utf8?q?in=20[[https://github.com/abo-abo/lispy/blob/master/Makefile][li?= =?utf8?q?spy/Makefile=20at=20master=20=C2=B7=20abo-abo/lispy]]?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e2855ae..8ec4b8e 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -EMACS ?= emacs +emacs ?= emacs CASK ?= cask CASK_EXEC ?= ${CASK} exec EL_SOURCES = org-ref.el arxiv.el jmax-bibtex.el doi-utils.el isbn.el pubmed.el @@ -10,10 +10,10 @@ test: clean-elc ${MAKE} unit unit: - ${CASK_EXEC} ${EMACS} -Q -batch -l org-ref.el -l org-ref-test.el --eval "(ert t)" + ${CASK_EXEC} ${emacs} -Q -batch -l org-ref.el -l org-ref-test.el --eval "(ert t)" compile: - ${CASK_EXEC} ${EMACS} -Q -batch -f batch-byte-compile *.el + ${CASK_EXEC} ${emacs} -Q -batch -f batch-byte-compile *.el clean-elc: rm -f *.elc -- 2.39.2