libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

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

Makefile: 'dist' target

Diffstat:
MMakefile | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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.