summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 20:47:35 -0600
committerJeff Carr <[email protected]>2024-12-17 20:47:35 -0600
commit491c4455d8e3df13d9ef1ce52751cc35292ad337 (patch)
tree0d878ea469a3e1967ad91a4b8e2850d892144bc6 /Makefile
parent4e0a111c8c60e8a869099de3fd521629d0f83ceb (diff)
use GetGoPrimitive()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b1ce6c..25aa5a4 100644
--- a/Makefile
+++ b/Makefile
@@ -98,3 +98,10 @@ curl-list-everything:
curl-file-for-go.wit.com:
curl --silent http://localhost:9419/goweblist?readonly=true
curl --silent http://localhost:9419/goweblist?readonly=true |sort > ~/go.wit.com.versions
+
+safe-build: install
+ forge --find-private
+ wit-package --no-gui --make-install
+ cd ~/go/src/go.wit.com/lib/xgb/ && GUIRELEASE_REASON="safe-build" guireleaser
+
+