summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 03:03:29 -0600
committerJeff Carr <[email protected]>2025-03-02 03:03:29 -0600
commitd953ae8db666cf4f88d330b17f85af77ba03f8b9 (patch)
treea211b9ba66469176cd911f2096eb4c5f021f3865 /Makefile
parent948c47b7ff5939d53636e28270fab49087ce184d (diff)
add a 'forge mode' concept
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9eec491..75918d1 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 andlabs
+ forge
vet:
@GO111MODULE=off go vet