From 778de10e871c5d25d9c746eb54f1752b7c124f6d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 24 Dec 2024 03:00:55 -0600 Subject: deprecate go specific stuff --- Makefile | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3