summaryrefslogtreecommitdiff
path: root/spew/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 11:49:34 -0600
committerJeff Carr <[email protected]>2024-01-14 11:49:34 -0600
commit2856d50d0017f10d8f624e4afa83bae76eb9fca5 (patch)
treecc9695494771bb8c9c05a7b7466ff5270ed5620d /spew/Makefile
parentd8f796af33cc11cb798c1aaeb27a4ebc5099927d (diff)
clean go mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'spew/Makefile')
-rw-r--r--spew/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/spew/Makefile b/spew/Makefile
new file mode 100644
index 0000000..186078d
--- /dev/null
+++ b/spew/Makefile
@@ -0,0 +1,4 @@
+redomod:
+ rm -f go.*
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy