libeufin

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

commit 2be63a217a110f03ccb66de1892e9c86b8646572
parent 91748a2896b993d1d24f0e6a23f202d390fac935
Author: MS <ms@taler.net>
Date:   Tue, 26 Jan 2021 17:21:49 +0100

only compile with 'make' (used to install)

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

diff --git a/Makefile b/Makefile @@ -2,8 +2,10 @@ include build-system/config.mk escaped_pwd = $(shell pwd | sed 's/\//\\\//g') +all: assemble install: install-nexus install-sandbox install-cli + .PHONY: dist dist: @echo Creating the 'dist' Zip archive.