summaryrefslogtreecommitdiff
path: root/cmds/buttonplugin/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 /cmds/buttonplugin/Makefile
parent6f441738061b0528e86183402474ddb1cdf3c77a (diff)
gocui: grid width fixed
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'cmds/buttonplugin/Makefile')
-rw-r--r--cmds/buttonplugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/buttonplugin/Makefile b/cmds/buttonplugin/Makefile
index 84ff928..1903a67 100644
--- a/cmds/buttonplugin/Makefile
+++ b/cmds/buttonplugin/Makefile
@@ -7,7 +7,7 @@
#
run: build
- ./buttonplugin >/tmp/witgui.log.stderr 2>&1
+ ./buttonplugin --gui-toolkit gocui >/tmp/witgui.log.stderr 2>&1
build-release:
go get -v -u -x .