From 2cb9979abe905b6c9ac13c1ba7523dcd43f7ee1d Mon Sep 17 00:00:00 2001 From: lee-at-zoo-corp Date: Fri, 6 Jun 2025 18:54:55 -0400 Subject: [PATCH] x --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9baf119bb..eee994ef8 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ -.PHONY: ***all*** +.PHONY: **all** -***all***: **install** +**all**: *install* # INSTALL -.PHONY: **install** +.PHONY: *install* ```sh : ifeq ($(OS),Windows_NT) @@ -29,7 +29,7 @@ endif ### Install dependencies -**install**: node_modules/.package-lock.json $(CARGO) $(WASM_PACK) +*install*: node_modules/.package-lock.json $(CARGO) $(WASM_PACK) node_modules/.package-lock.json: package.json package-lock.json npm prune