build system
This commit is contained in:
parent
ac506ebff4
commit
4aaa66f390
2
Makefile
2
Makefile
@ -92,7 +92,7 @@ else
|
|||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: tsc
|
install: tsc
|
||||||
@echo "installing to" $(prefix)
|
@echo "installing to" $(prefix)
|
||||||
npm install -g --prefix $(prefix) .
|
yarn global add file://$(CURDIR) --prefix $(prefix)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: watch
|
.PHONY: watch
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 266a52be97c3d15b1f250b06dd59ef048d78f1ee
|
Subproject commit cbc00c008d5e03bb64c392c6a9e7046568b67ec2
|
Loading…
Reference in New Issue
Block a user