summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-21 13:57:02 -0600
committerJeff Carr <[email protected]>2025-02-21 13:57:02 -0600
commit1e4362b29e3490901a9abf787f7aa56d51d6a6cb (patch)
treeea6a7d8923473de91620a9d35c78b990615bbc66
parentfbf3e66de87e1036b54f6ab5c75f830dd0788d89 (diff)
work on protobuf tables in andlabs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7f66b0..1f9f1e5 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
# make andlabs # try the andlabs gui plugin (uses GTK)
default: install
- forge --gui gocui
+ forge --gui andlabs
vet:
@GO111MODULE=off go vet