summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-05 04:19:32 -0600
committerJeff Carr <[email protected]>2024-02-05 04:19:32 -0600
commit94b41aa18a230289e30254b3a23b39c88193159a (patch)
tree72f3be3b29cd0bde18e78ca116e65f4832f8625e /Makefile
parenta15aea03ea4d0bc73d3773f7c77b380caa57153c (diff)
gadget window displays correctly for some reason
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8926c5..ff43e7c 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,13 @@ plugin:
GO111MODULE=off go build -v -buildmode=plugin -o ../gocui.so
pluginreal:
- go build -v -buildmode=plugin -o ~/go/lib/gocui.so
+ go build -v -buildmode=plugin -o ~/go/lib/toolkits/gocui.so
+
+# Test the README.md & doc.go file
+# this runs pkgsite, the binary that does dev.go.dev
+# go install golang.org/x/pkgsite/cmd/pkgsite@latest
+pkgsite:
+ pkgsite
objdump:
objdump -t ../gocui.so |less