diff options
| author | Jeff Carr <[email protected]> | 2024-01-14 14:51:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-14 14:51:18 -0600 |
| commit | 785b6db6e7fc312a18da4352673027c2b91d3789 (patch) | |
| tree | 49bc478c3eb01c8e8f1be41e5dba4f320599de02 /Makefile | |
| parent | 13c38d665a604c2ed0b2a151c877dec13e053b52 (diff) | |
minimal go mod filesv0.12.8
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |
