makefile: deps for hx and js
This commit is contained in:
parent
07ad65d5cf
commit
d1f9104aba
11
Makefile
11
Makefile
@ -29,8 +29,15 @@ $(MIN_PATH): $(POLYFILL_PATH)
|
|||||||
node minify.js $(POLYFILL_PATH) $@
|
node minify.js $(POLYFILL_PATH) $@
|
||||||
|
|
||||||
.PHONY: deps
|
.PHONY: deps
|
||||||
deps:
|
deps: deps-hx deps-node
|
||||||
haxelib install all --always && yarn install
|
|
||||||
|
.PHONY: deps-hx
|
||||||
|
deps-hx:
|
||||||
|
haxelib install all --always
|
||||||
|
|
||||||
|
.PHONY: deps-node
|
||||||
|
deps-node:
|
||||||
|
yarn install
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user