From cb8f167c3771bf0934df6624fb2394209afe9623 Mon Sep 17 00:00:00 2001 From: rosenrusinov Date: Fri, 22 Mar 2024 20:29:41 +0100 Subject: [PATCH 1/2] Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index bfa6b8676c..5b678a6990 100644 --- a/makefile +++ b/makefile @@ -148,7 +148,7 @@ binary_dist: $(OUT_DIR)/.dirstamp proto: sim/core/proto/api.pb.go ui/core/proto/api.ts # Builds the web server with the compiled client. -.PHONY: wowsimwclassic +.PHONY: wowsimclassic wowsimsod: binary_dist devserver .PHONY: devserver From 5da9bc6eab051975c3e6da843a1a2543f843b1b9 Mon Sep 17 00:00:00 2001 From: rosenrusinov Date: Fri, 22 Mar 2024 20:33:06 +0100 Subject: [PATCH 2/2] Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 5b678a6990..b17d831e2f 100644 --- a/makefile +++ b/makefile @@ -148,7 +148,7 @@ binary_dist: $(OUT_DIR)/.dirstamp proto: sim/core/proto/api.pb.go ui/core/proto/api.ts # Builds the web server with the compiled client. -.PHONY: wowsimclassic +.PHONY: wowsimsod wowsimsod: binary_dist devserver .PHONY: devserver