summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 22:21:58 -0600
committerJeff Carr <[email protected]>2024-11-29 22:21:58 -0600
commitf7c9af9537fcd0f0e4c1559868b48966acc0c995 (patch)
tree5e6175ae707193158ddb329e98a0617ac8df9b0d /Makefile
parent24e942df16754df52ad6a921a56f66eeca00e3b1 (diff)
compiles again. doesn't work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0ec994e..64881b9 100644
--- a/Makefile
+++ b/Makefile
@@ -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