taler-typescript-core

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

commit 3578117687b2e076d2e354068f0a22bbcb750653
parent 7cc1a71deb514777c334d5ae602f9036d21ac31d
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 19 Aug 2019 14:16:42 +0200

make install depend on tsc

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -74,7 +74,7 @@ install: @echo "no prefix configured, did you run ./configure?" else .PHONY: install -install: +install: tsc @echo "installing to" $(prefix) npm install -g --prefix $(prefix) . endif