From 46f18f9cbcfa1d546b77331b008cd5792aafcb4f Mon Sep 17 00:00:00 2001 From: lee-at-zoo-corp Date: Fri, 6 Jun 2025 19:00:56 -0400 Subject: [PATCH] x --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fc78dca12..4c28aab4d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ # Zoo Design Studio ### Developer manual -[//]:#\ .PHONY: **all** **all**: **install** @@ -35,9 +34,9 @@ endif **install**: node_modules/.package-lock.json $(CARGO) $(WASM_PACK) -node_modules/.package-lock.json: package.json package-lock.json - npm prune - npm install +- node_modules/.package-lock.json: package.json package-lock.json + - npm prune + - npm install ```sh : $(CARGO): @@ -58,3 +57,5 @@ else endif #\ ``` + +-: