This commit is contained in:
Jeff Carr 2025-09-16 09:32:17 -05:00
parent e14f7b93d1
commit 02d34d3e55
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ BUILDTIME = $(shell date +%Y.%m.%d_%H%M)
# make gocui # try the ncurses gui plugin
# make andlabs # try the andlabs gui plugin (uses GTK)
default: install-verbose
default: install-verbose tag
tag:
forge tag list
vet: