summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-05 12:29:47 -0600
committerJeff Carr <[email protected]>2024-12-05 12:29:47 -0600
commit816760d1372d6d1922a9916f3150e49f3fd562cd (patch)
tree0889b24fabb5d35dc0db53d0bbf71a985427c89b /Makefile
parent0463030e80f480f0d38989f4231db8b1651b40bc (diff)
developing on this now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 11 insertions, 11 deletions
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