summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 17:10:41 -0600
committerJeff Carr <[email protected]>2024-01-06 17:10:41 -0600
commit4a079f8346fb54a3f4b7e15c3d89701f643099ce (patch)
tree3cdb3cc1ba09902f4e969e6ce617fbeb9de11476 /Makefile
parent8ae3b987acf65f6a1f8ca01060ebb0eeb42aae4d (diff)
messing with go mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1960d7a..74e5243 100644
--- a/Makefile
+++ b/Makefile
@@ -80,6 +80,11 @@ github:
@echo check https://github.com/wit-go/gui
@echo
+redomod:
+ rm -f go.*
+ go mod init
+ go mod tidy
+
doc:
godoc -v