makefile: deps for hx and js

This commit is contained in:
Djeeberjr 2023-06-30 15:34:51 +02:00
parent 07ad65d5cf
commit d1f9104aba

View File

@ -29,8 +29,15 @@ $(MIN_PATH): $(POLYFILL_PATH)
node minify.js $(POLYFILL_PATH) $@
.PHONY: deps
deps:
haxelib install all --always && yarn install
deps: deps-hx deps-node
.PHONY: deps-hx
deps-hx:
haxelib install all --always
.PHONY: deps-node
deps-node:
yarn install
.PHONY: clean
clean: