From 16b8302bf1f68690ef9fa2ea791c49fd91aeb855 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 28 Jul 2025 18:16:29 +0200 Subject: add activities to packages and build dummy-ui wasm --- go/Makefile | 4 ++-- 1 file 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 . -- cgit v1.2.3