summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile17
1 files changed, 1 insertions, 16 deletions
diff --git a/Makefile b/Makefile
index 2b7dd82..31212b9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,4 @@
-# simple sortcut to push all git changes
-push:
- git checkout devel
- git pull
- git add --all
- -git commit -a -s
- git push
-
# should update every go dependancy (?)
update:
git pull
- go get -v -t -u ./...
-
-merge-devel:
- git checkout master
- git pull origin master
- git merge devel
- git push origin master
- git checkout devel
+ GO111MODULE="off" go get -v -t -u ./...