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

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

[elpa] externals/assess 2db9834e4e 44/95: Rework Makefile for update to


From: ELPA Syncer
Subject: [elpa] externals/assess 2db9834e4e 44/95: Rework Makefile for update to cask
Date: Tue, 19 Jul 2022 15:57:32 -0400 (EDT)

branch: externals/assess
commit 2db9834e4ebab866dea7d6014e1fb6d53bb29350
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Rework Makefile for update to cask
---
 Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index b6f1391d46..c8281a855c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,17 @@
-EMACS ?= emacs
+EMACS = emacs
 CASK ?= cask
 
--include makefile-local
+#-include makefile-local
+
+ifdef EMACS
+EMACS_ENV=EMACS=$(EMACS)
+endif
 
-export EMACS
 
 all: install test
 
 install:
-       EMACS=$(EMACS) cask install
+       $(EMACS_ENV) cask install
 
 just-test:
        EMACS=$(EMACS) cask exec ert-runner



reply via email to

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