From 816760d1372d6d1922a9916f3150e49f3fd562cd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 5 Dec 2024 12:29:47 -0600 Subject: developing on this now --- Makefile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c22d05e..d12558b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) all: goimports vet install - forge -h + forge vet: @GO111MODULE=off go vet @@ -33,34 +33,34 @@ redomod: GO111MODULE= go mod tidy redomod-all: - forge --RedoGoMod + forge --do-RedoGoMod redomod-erase: - forge --RedoGoMod --erase + forge --do-RedoGoMod --do-erase list: install reset - forge --list + forge --do-list -list-private: install +private: install reset - forge --list --private + forge --find-private list-fix: install reset - forge --list --fix + forge --do-list --do-fix list-readonly: install reset - forge --list --readonly + forge --do-list --find-readonly list-config: install - forge --list-conf + forge --config scan: install reset - forge --scan + forge --do-scan mine: install - forge --mine + forge --find-mine -- cgit v1.2.3