taler-typescript-core

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

commit 6318ecef2aa96c55382bc2373ba860759aa683ac
parent b4a4a9e292277d88fc0faeeaa693bbdbdb0998c4
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri,  7 Aug 2020 11:41:56 +0530

make sure bin exists

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 $(install_target)/bin install -d $(install_target)/node_modules/taler-wallet-cli install -d $(install_target)/node_modules/taler-wallet-cli/bin install -d $(install_target)/node_modules/taler-wallet-cli/dist