summaryrefslogtreecommitdiff
path: root/toolkit/gocui/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-27 20:41:53 -0500
committerJeff Carr <[email protected]>2023-04-27 20:41:53 -0500
commit9e285c7affa3257a46e85acde6dc64a9c781b728 (patch)
tree7e957fc0b5f6e631e762baffe292828e318e0910 /toolkit/gocui/Makefile
parent6f441738061b0528e86183402474ddb1cdf3c77a (diff)
gocui: grid width fixed
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/Makefile')
-rw-r--r--toolkit/gocui/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/toolkit/gocui/Makefile b/toolkit/gocui/Makefile
index 43e804f..6c4f7d5 100644
--- a/toolkit/gocui/Makefile
+++ b/toolkit/gocui/Makefile
@@ -4,11 +4,8 @@ all: plugin
goget:
GO111MODULE="off" go get -v -t -u
-build:
- GO111MODULE="off" go build
-
plugin:
- GO111MODULE="off" go build -buildmode=plugin -o ../gocui.so
+ GO111MODULE="off" go build -v -x -buildmode=plugin -o ../gocui.so
objdump:
objdump -t ../gocui.so |less