summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 16:20:54 -0600
committerJeff Carr <[email protected]>2024-01-15 16:20:54 -0600
commit2ec592b5fe8184f365e6de9a8937d5f24e94e471 (patch)
treed65a1da6b6bc6b8bbf85595b052e629af2468a0e /Makefile
parent88fbc620e597108759c9929d263d57c4b7ee6b0b (diff)
first go modv0.0.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..2470179
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+all:
+ @echo
+ @echo Run: make redomod
+ @echo
+ @# ./myrepos >/tmp/myrepos.stderr 2>&1
+
+redomod:
+ rm -f go.*
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy
+