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: