summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 20:12:25 -0600
committerJeff Carr <[email protected]>2024-01-14 20:12:25 -0600
commit1db4ed9a301500e3b5f5ed3a150fc33a3107fd50 (patch)
tree8e6f24ee40b7ea2e7ff4c783b4fed2864f56f5b5 /Makefile
parent70a69d6ae31ed9d8bb0619a191179c63d846ab8e (diff)
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f778d74
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all:
+
+redomod:
+ rm -f go.*
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy
+