summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index c7532d0..30a71fd 100644
--- a/Makefile
+++ b/Makefile
@@ -28,20 +28,6 @@ update:
git pull
go get -v -t -u ./...
-# sync repo to the github backup
-# git remote add github [email protected]:wit-go/gui.git
-github:
- git push origin master
- git push origin devel
- git push origin --tags
- git push github master
- git push github devel
- git push github --tags
- @echo
- @echo check https://git.wit.org/gui/gui
- @echo check https://github.com/wit-go/gui
- @echo
-
doc:
godoc -v