diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 22:21:58 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 22:21:58 -0600 |
| commit | f7c9af9537fcd0f0e4c1559868b48966acc0c995 (patch) | |
| tree | 5e6175ae707193158ddb329e98a0617ac8df9b0d /Makefile | |
| parent | 24e942df16754df52ad6a921a56f66eeca00e3b1 (diff) | |
compiles again. doesn't work
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,7 @@ vet: build: echo "build it!" -rm resources/*.so + -mkdir resources/ cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ GO111MODULE=off go build \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" @@ -34,6 +35,7 @@ redomod: rm -f go.* GO111MODULE= go mod init GO111MODULE= go mod tidy + go mod edit -go=1.20 curl-help: curl --silent http://localhost:9419/help |
