libeufin

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

commit 898eddffe30c82b2b794bebdf25b36d6edfd0921
parent 2f13e93432bcedd3957cc4d65c7a45a989dcfe1f
Author: MS <ms@taler.net>
Date:   Thu, 12 Nov 2020 13:07:47 +0100

extend makefile

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

diff --git a/Makefile b/Makefile @@ -12,3 +12,6 @@ install-nexus: install-cli: @echo Installing CLI. @cp cli/libeufin-cli $(prefix)/bin + +assemble: + @./gradlew assemble