From d1f9104aba8420f2b1270ccfba97291c3880d530 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Fri, 30 Jun 2023 15:34:51 +0200 Subject: [PATCH] makefile: deps for hx and js --- Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 869241b..c2d840f 100644 --- a/Makefile +++ b/Makefile @@ -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: