taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit b323704021c36e71c9b7de9a23ee37d995d487be
parent bc01a04dc4b1756cf0f7f9141b5cf8e278ff2e91
Author: MS <ms@taler.net>
Date:   Fri, 18 Sep 2020 17:26:09 +0200

ensure bin/ exists under prefix

Diffstat:
Mbuild-system/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/build-system/Makefile b/build-system/Makefile @@ -75,6 +75,7 @@ else install_target = $(prefix)/lib/taler-wallet-cli .PHONY: install install: compile + install -d $(prefix)/bin install -d $(install_target)/bin install -d $(install_target)/node_modules/taler-wallet-cli install -d $(install_target)/node_modules/taler-wallet-cli/bin