summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 31212b9..df5d201 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
# should update every go dependancy (?)
update:
- git pull
- GO111MODULE="off" go get -v -t -u ./...
+ # git pull
+ wit go update
+ # go get -v -t -u ./...