minor makefile change

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2023-03-01 18:17:41 -06:00
parent 6196739d82
commit 56cd14867d
1 changed files with 1 additions and 2 deletions

View File

@ -46,9 +46,8 @@ cmds-textbox:
# git remote add github2 git@github.com:wit-go/gui.git
github:
git push origin master
git push github2 master
git push github2 --tags
git push github master
git push github --tags
@echo
@echo check https://github.com/wit-go/gui
@echo