wait… how does one do that in the browser?
This commit is contained in:
Moritz Poldrack 2023-09-20 23:14:44 +02:00 committed by GitHub
parent cebc9fc6e9
commit 496db00050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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