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 230a5c9..4250054 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,11 @@ push:
-git commit -a -s
git push
+redomod:
+ rm -f go.*
+ unset GO111MODULES && go mod init
+ unset GO111MODULES && go mod tidy
+
# should update every go dependancy (?)
update:
git pull