summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 14:51:18 -0600
committerJeff Carr <[email protected]>2024-01-14 14:51:18 -0600
commit785b6db6e7fc312a18da4352673027c2b91d3789 (patch)
tree49bc478c3eb01c8e8f1be41e5dba4f320599de02 /Makefile
parent13c38d665a604c2ed0b2a151c877dec13e053b52 (diff)
minimal go mod filesv0.12.8
Signed-off-by: Jeff Carr <[email protected]>
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