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

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

[nongnu] elpa/buttercup 89c00aa 009/340: Makefile: Make the emacs comman


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 89c00aa 009/340: Makefile: Make the emacs command configurable
Date: Thu, 16 Dec 2021 14:58:55 -0500 (EST)

branch: elpa/buttercup
commit 89c00aa99b4c68f1d1ca3de873cf9266aa099067
Author: Jorgen Schaefer <contact@jorgenschaefer.de>
Commit: Jorgen Schaefer <contact@jorgenschaefer.de>

    Makefile: Make the emacs command configurable
---
 Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index fc542ac..7d2d6ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
+EMACS := emacs
+
 .PHONY: test
 
 all: test
 
 test:
-       emacs -batch -L . -l buttercup.el -f buttercup-markdown-runner README.md
-       emacs -batch -L . -l buttercup-test.el -f buttercup-run
+       $(EMACS) -batch -L . -l buttercup.el -f buttercup-markdown-runner 
README.md
+       $(EMACS) -batch -L . -l buttercup-test.el -f buttercup-run



reply via email to

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