From b698745ef72d80d2de970139708d53ba235d57b0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Jan 2024 03:01:13 -0600 Subject: [PATCH] correct makefile Signed-off-by: Jeff Carr --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 229c99c..ff4fe9e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,10 @@ # git remote add gitwit git@git.wit.org:wit/arg.git +redomod: + rm -f go.* + GO111MODULE= go mod init + GO111MODULE= go mod tidy + github: git push origin register git push origin devel