summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-19 14:16:42 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-19 14:16:42 +0200
commit3578117687b2e076d2e354068f0a22bbcb750653 (patch)
treeb7ce593847a90c0896352594706a6d487a7ec455 /Makefile
parent7cc1a71deb514777c334d5ae602f9036d21ac31d (diff)
downloadwallet-core-3578117687b2e076d2e354068f0a22bbcb750653.tar.gz
wallet-core-3578117687b2e076d2e354068f0a22bbcb750653.tar.bz2
wallet-core-3578117687b2e076d2e354068f0a22bbcb750653.zip
make install depend on tsc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 338e97a48..a4baaa090 100644
--- 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