summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-21 05:41:30 -0600
committerJeff Carr <[email protected]>2025-02-21 05:41:30 -0600
commita2a9fbb840a916433f747b4d03b2538cae88e94d (patch)
tree60ea5f259aec3a6b5e003a165e58ed689594628a /Makefile
parent815585d3435bc1a9dd5b811111a3ee30bf8a9cc3 (diff)
redo main window
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c26322b..c7f66b0 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 commit --all
+ forge --gui gocui
vet:
@GO111MODULE=off go vet