summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-24 03:00:55 -0600
committerJeff Carr <[email protected]>2024-12-24 03:00:55 -0600
commit778de10e871c5d25d9c746eb54f1752b7c124f6d (patch)
treeafe7411a5251f243ff185c55a921e7ae2cd23302 /Makefile
parent2f7c1807a1e6fbc9c43c247c5374748ce0cecd79 (diff)
deprecate go specific stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 9 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index e0ef7b6..ef0dbb1 100644
--- a/Makefile
+++ b/Makefile
@@ -34,41 +34,35 @@ goimports:
gocui: install
forge --gui gocui >/tmp/forge.log 2>&1
-redomod-all:
- forge --do-RedoGoMod
-
-redomod-erase:
- forge --do-RedoGoMod --do-erase
-
private: install
- forge --find-private
+ forge find --private
fix: install
- forge --fix --find-all
+ forge --fix find --all
list-all: install
- forge --find-all
+ forge find --all
git-reset: install
- forge --do-git-reset --find-all
+ forge --do-git-reset find --all
readonly: install
- forge --do-list --find-readonly
+ forge --do-list find --readonly
config: install
forge --config
scan: install
- forge --do-scan
+ forge do --scan
pull: install
- forge --do-git-pull
+ forge do --pull
mine: install
- forge --find-mine
+ forge find --mine
all: install
- forge --find-all
+ forge find --all
patches: install
forge --do-patches