libeufin

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

commit d77a6509fc46db99387541a27ffb30ca1679c8b6
parent 81a0c5dad770fef6f6dffe7efd1ab2bed4b18336
Author: MS <ms@taler.net>
Date:   Fri,  6 Nov 2020 18:34:30 +0100

makefile

Diffstat:
MMakefile | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,6 @@ include build-system/config.mk -install: install-nexus +install: install-nexus install-cli install-sandbox: @echo Installing sandbox. @./gradlew -q -Pprefix=$(prefix) sandbox:installToPrefix; cd .. @@ -8,3 +8,7 @@ install-sandbox: install-nexus: @echo Installing nexus. @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd .. + +install-cli: + @echo Installing CLI. + @cp cli/libeufin-cli $(prefix)/bin