summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 14:14:07 -0600
committerJeff Carr <[email protected]>2024-01-14 14:14:07 -0600
commit6080327a64c2af544acee77b10dd319b7a9fc2bd (patch)
tree923452806fba2efcce40cb176ef5c4bb4f36f76c /Makefile
parent489daf05a6ccfffdd72c1d5e972bb14163fa07b1 (diff)
bare minimumv1.2.3v1.2.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..7231daa
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+all:
+ @echo
+ @echo
+
+test:
+
+redomod:
+ rm -f go.*
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy