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

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

[elpa] externals/objed 7617799 136/216: Allow testing different emacs ve


From: Stefan Monnier
Subject: [elpa] externals/objed 7617799 136/216: Allow testing different emacs versions
Date: Tue, 8 Jan 2019 12:29:27 -0500 (EST)

branch: externals/objed
commit 76177996d12c782a3e65e0e1712e95e6bf733ade
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Allow testing different emacs versions
---
 Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 411ba6b..fe09640 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,14 @@
+# make EMACS=$HOME/emacs/<version>/bin/emacs
+EMACS = emacs
+
 update:
-       emacs -Q -batch -l test/make-update.el
+       $(EMACS) -Q -batch -l test/make-update.el
 
 compile: clean
-       emacs -Q -batch -l test/elpa.el -l test/make-compile.el
+       $(EMACS) -Q -batch -l test/elpa.el -l test/make-compile.el
 
 test: compile
-       emacs -Q -batch -l test/elpa.el -l test/make-test.el
+       $(EMACS) -Q -batch -l test/elpa.el -l test/make-test.el
 
 clean:
        rm -f *.elc



reply via email to

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