From 496db00050acf1bf84c0c4b05dda75a10c360ec4 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack <33086936+mpldr@users.noreply.github.com> Date: Wed, 20 Sep 2023 23:14:44 +0200 Subject: [PATCH] --amend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit wait… how does one do that in the browser? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8c120d8..969bb7c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ GOSRC!=find * -type f \( -name '*.go' -and -not -name '*_test.go' \) GOSRC+=go.mod go.sum -gostart: $(GO_SRC) go.mod go.sum data +gostart: $(GO_SRC) go.mod go.sum data assets/main.min.js go build -trimpath -o $@ assets/main.min.js: src/Main.elm