diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-08-19 14:16:42 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-08-19 14:16:42 +0200 |
commit | 3578117687b2e076d2e354068f0a22bbcb750653 (patch) | |
tree | b7ce593847a90c0896352594706a6d487a7ec455 /Makefile | |
parent | 7cc1a71deb514777c334d5ae602f9036d21ac31d (diff) |
make install depend on tsc
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |