--amend
wait… how does one do that in the browser?
This commit is contained in:
parent
cebc9fc6e9
commit
496db00050
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
GOSRC!=find * -type f \( -name '*.go' -and -not -name '*_test.go' \)
|
GOSRC!=find * -type f \( -name '*.go' -and -not -name '*_test.go' \)
|
||||||
GOSRC+=go.mod go.sum
|
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 $@
|
go build -trimpath -o $@
|
||||||
|
|
||||||
assets/main.min.js: src/Main.elm
|
assets/main.min.js: src/Main.elm
|
||||||
|
Loading…
Reference in New Issue
Block a user