diff options
| author | Jeff Carr <[email protected]> | 2025-04-11 21:01:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-11 21:01:18 -0500 |
| commit | 16558e1b72762e47ca9664c74922e060d571cea4 (patch) | |
| tree | ceab312d2b1290e8691fafd755510b1bf32aef4f /Makefile | |
| parent | 1fd6b1d36d099a3301b62293d004e26bea83a070 (diff) | |
autocomplete + doList()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,7 @@ REDOMOD = $(shell if [ -e go.sum ]; then echo go.sum exists; else GO111MODULE= all: install @echo build worked + virtigo list droplets build: goimports vet GO111MODULE=off go build \ @@ -113,3 +114,6 @@ http-dumplibvirtxml: protogen: go-clone google.golang.org/protobuf cd ~/go/src/google.golang.org/protobuf/cmd/protoc-gen-go && go install + +gocui: install + virtigo --gui gocui --gui-verbose --gui-file ../../toolkits/gocui/gocui.so >/tmp/forge.log 2>&1 |
