summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-12 23:17:34 -0600
committerJeff Carr <[email protected]>2024-01-12 23:17:34 -0600
commita39a454abe1933f1c41f3c1659be2832912ca676 (patch)
tree49e0298da94f0154f67dcd9fcc8fe13d932cad01
parent760b82a06730334cbed76c5fac563c9ad00b91f6 (diff)
work towards automated builds
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 03250ea..2fd970f 100644
--- a/Makefile
+++ b/Makefile
@@ -23,10 +23,13 @@ build-release:
go get -v -u -x .
go build
+# This will update all your git repos to HEAD
+goGetUpdate:
+ GO111MODULE="off" go get -v -u .
+
build:
-mkdir -p plugins/
-cp ~/go/src/go.wit.com/gui/toolkits/*.so plugins/
- # GO111MODULE="off" go get -v -x .
GO111MODULE="off" go build -v
# ./control-panel-dns.v1: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./control-panel-dns.v1)