diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-10-05 23:31:08 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-10-05 23:31:08 +0530 |
commit | 4aaa66f39058ec4586cab1108583302fa569edff (patch) | |
tree | 82979e3a8205fbdbb60f88423f0cb218ce4ca616 /Makefile | |
parent | ac506ebff47ebcab6b40d394b82c993c9cbd315e (diff) |
build system
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ else .PHONY: install install: tsc @echo "installing to" $(prefix) - npm install -g --prefix $(prefix) . + yarn global add file://$(CURDIR) --prefix $(prefix) endif .PHONY: watch |