aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-07-28 18:16:29 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2025-07-28 18:16:29 +0200
commit16b8302bf1f68690ef9fa2ea791c49fd91aeb855 (patch)
treed81b63b4a6e6917399af11f28ba5cd2fc4123efa
parent6c78e02e1968c57a7f4c7592860cda4c812a9219 (diff)
downloadmuhqs-game-16b8302bf1f68690ef9fa2ea791c49fd91aeb855.tar.gz
muhqs-game-16b8302bf1f68690ef9fa2ea791c49fd91aeb855.zip
add activities to packages and build dummy-ui wasm
-rw-r--r--go/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/go/Makefile b/go/Makefile
index 5ac3c51a..3b401222 100644
--- a/go/Makefile
+++ b/go/Makefile
@@ -1,10 +1,10 @@
-PACKAGES := assets game server client dummy-ui
+PACKAGES := activities assets game server client dummy-ui
SHELL := bash
APPS := server client dummy-ui
OBJS := $(foreach app,$(APPS),$(app)/$(app))
-WASM := client/client.wasm webtools/webtools.wasm
+WASM := client/client.wasm webtools/webtools.wasm dummy-ui/dummy-ui.wasm
GOFMT := gofumpt -l -w .