summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-14 05:50:23 -0500
committerJeff Carr <[email protected]>2025-09-14 05:50:23 -0500
commit0aafe6bb86bf159c4793872b222d9a38fbde799d (patch)
tree57033ed8b8d38a00700a5f1e9f19962d1a66c834 /Makefile
parent03b8e58451950b22839ff7ef1f15784fa27b6bfe (diff)
make generic print table PB to STDOUT
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4793e06..94c2bfe 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-verbose
- forge
+ forge tag list
vet:
@GO111MODULE=off go vet