summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b47b1c..ab11c43 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,10 @@
# git remote add github [email protected]:wit-go/log.git
+redomod:
+ rm -f go.*
+ unset GO111MODULES && go mod init
+ unset GO111MODULES && go mod tidy
+
github:
git push origin master
git push origin devel