gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] 03/04: Makefile: 'dist' target


From: gnunet
Subject: [libeufin] 03/04: Makefile: 'dist' target
Date: Sun, 20 Dec 2020 01:24:24 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

commit 93295825b259d8e27b0a30d53fd9b2965f2a987f
Author: MS <ms@taler.net>
AuthorDate: Sun Dec 20 00:53:26 2020 +0100

    Makefile: 'dist' target
---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index 2ada6eb..3e44430 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,11 @@ escaped_pwd = $(shell pwd | sed 's/\//\\\//g')
 install: install-nexus install-cli
 install-dev: install-nexus-dev install-sandbox-dev install-cli
 
+.PHONY: dist
+dist:
+       @echo Creating the 'dist' Zip archive.
+       @./gradlew -q dist
+
 .PHONY: install-sandbox
 install-sandbox:
        @echo Installing Sandbox.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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