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

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

[elpa] externals/ruby-end 2896cfa95b 61/91: Improve Makefile.


From: ELPA Syncer
Subject: [elpa] externals/ruby-end 2896cfa95b 61/91: Improve Makefile.
Date: Wed, 25 Jan 2023 19:58:28 -0500 (EST)

branch: externals/ruby-end
commit 2896cfa95b6aefc5688ccc70bdb2434cc8fbb03f
Author: Johan Andersson <johan.rejeep@gmail.com>
Commit: Johan Andersson <johan.rejeep@gmail.com>

    Improve Makefile.
---
 Makefile | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 0eddcfa0ed..4fef5a1d77 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,10 @@
-all:
-       cask exec ecukes features
+CASK ?= cask
 
-.PHONY: all
+all: test
+
+test: ecukes
+
+ecukes:
+       $(CASK) exec ecukes
+
+.PHONY: ecukes test all



reply via email to

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