minor makefile change
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
6196739d82
commit
56cd14867d
3
Makefile
3
Makefile
|
@ -46,9 +46,8 @@ cmds-textbox:
|
||||||
# git remote add github2 git@github.com:wit-go/gui.git
|
# git remote add github2 git@github.com:wit-go/gui.git
|
||||||
github:
|
github:
|
||||||
git push origin master
|
git push origin master
|
||||||
git push github2 master
|
|
||||||
git push github2 --tags
|
|
||||||
git push github master
|
git push github master
|
||||||
|
git push github --tags
|
||||||
@echo
|
@echo
|
||||||
@echo check https://github.com/wit-go/gui
|
@echo check https://github.com/wit-go/gui
|
||||||
@echo
|
@echo
|
||||||
|
|
Loading…
Reference in New Issue