summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 05:10:17 -0500
committerJeff Carr <[email protected]>2025-10-18 05:10:17 -0500
commit8d1a704d6f41b5f08aabc276d1476266f51c5b63 (patch)
tree46c6f81796b9ef351976debf2d8fe216fff56962 /Makefile
parent7ef1d9192c366423f5e6bf2b68946aac5cdea336 (diff)
move go-args back to the application code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d5b734..656758e 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,13 @@ clean:
-rm -f go.*
go-mod-clean purge
+redomod:
+ rm -f go.*
+ goimports -w *.go
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy
+
+
# fixes your numbers if you move things around
# THIS TOTALLY BREAKS THE POINT OF PROTOBUF
# To work around that breaking, you must change the version