emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/lua-mode 2453e37 272/468: Makefile: account EMACS env vari


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 2453e37 272/468: Makefile: account EMACS env variable in 'tryout' target
Date: Thu, 5 Aug 2021 04:58:51 -0400 (EDT)

branch: elpa/lua-mode
commit 2453e370ca39f38fced67a6d2db462aaea110f22
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    Makefile: account EMACS env variable in 'tryout' target
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 2ab15fd..1c57ce8 100644
--- a/Makefile
+++ b/Makefile
@@ -54,4 +54,4 @@ release:
 
 
 tryout:
-       cask exec emacs -Q -l lua-mode.el test.lua
+       cask exec $(EMACS) -Q -l lua-mode.el test.lua



reply via email to

[Prev in Thread] Current Thread [Next in Thread]