summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-15 08:48:06 -0600
committerJeff Carr <[email protected]>2024-12-15 08:48:06 -0600
commit340872788e76776574be3ba292e1f7a43cc41a8f (patch)
tree5343a95ed665f8459488c33de7d41475d720e4a2 /Makefile
parente796788e22797478add8b8c84951b203e9aa9e1e (diff)
clone() and misc other fixes and improvements
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index d65515c..e754bad 100644
--- a/Makefile
+++ b/Makefile
@@ -15,12 +15,6 @@ vet:
goimports:
goimports -w *.go
-redomod:
- rm -f go.*
- GO111MODULE= go mod init
- GO111MODULE= go mod tidy
- go mod edit -go=1.20
-
clean:
rm -f *.pb.go
-rm -f go.*