diff options
| author | Jeff Carr <[email protected]> | 2023-04-27 20:41:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-27 20:41:53 -0500 |
| commit | 9e285c7affa3257a46e85acde6dc64a9c781b728 (patch) | |
| tree | 7e957fc0b5f6e631e762baffe292828e318e0910 /toolkit/gocui/Makefile | |
| parent | 6f441738061b0528e86183402474ddb1cdf3c77a (diff) | |
gocui: grid width fixed
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/Makefile')
| -rw-r--r-- | toolkit/gocui/Makefile | 5 |
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 |
