diff options
| author | Jeff Carr <[email protected]> | 2023-03-01 18:17:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-01 18:17:41 -0600 |
| commit | 80317ec89c94beadcbf3775f84c6010b5ceef302 (patch) | |
| tree | aedd936f20eb09ab92fae781b4b1b089159a649d | |
| parent | 8dbf5a09097b7868e9218bf98716c57eac998a10 (diff) | |
minor makefile change
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -46,9 +46,8 @@ cmds-textbox: # git remote add github2 [email protected]: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 |
