summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-15 08:48:42 -0600
committerJeff Carr <[email protected]>2024-12-15 08:48:42 -0600
commit5c1bebb16c8056598e351565297ae6507902999d (patch)
tree26a88a31f8160483c0edaa1583582803533b5d65 /Makefile
parent5341a70557f00b07e95802348c03aa25781ff5b7 (diff)
output to help figure out what to do when this happens
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 6d2f9fc..5ea078f 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.*