diff options
| author | Jeff Carr <[email protected]> | 2024-12-05 12:29:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-05 12:29:47 -0600 |
| commit | 816760d1372d6d1922a9916f3150e49f3fd562cd (patch) | |
| tree | 0889b24fabb5d35dc0db53d0bbf71a985427c89b /Makefile | |
| parent | 0463030e80f480f0d38989f4231db8b1651b40bc (diff) | |
developing on this now
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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 |
