summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-05 14:33:28 -0600
committerJeff Carr <[email protected]>2024-01-05 14:33:28 -0600
commitdc0b426de0e33f827caa5f281bb5be6e88ce61ff (patch)
tree734673f6c5415cc951e0b7ff31562d811e5ccedc /Makefile
parent14419ebfd7361969b1cdc5a732d6d4699727a104 (diff)
Makefile and go.{mod,sum}
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b95364d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+redomod:
+ rm -f go.*
+ go mod init
+ go mod tidy