branch: elpa/lua-mode
commit 2453e370ca39f38fced67a6d2db462aaea110f22
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>

    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