libeufin

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

commit 81a0c5dad770fef6f6dffe7efd1ab2bed4b18336
parent fb3c7bdabd628c0641521ea2670ffbd877596646
Author: MS <ms@taler.net>
Date:   Fri,  6 Nov 2020 18:31:04 +0100

makefile

Diffstat:
MMakefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,8 +1,10 @@ include build-system/config.mk -all: install-nexus +install: install-nexus install-sandbox: + @echo Installing sandbox. @./gradlew -q -Pprefix=$(prefix) sandbox:installToPrefix; cd .. install-nexus: + @echo Installing nexus. @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..