diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 21:03:29 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 21:03:29 -0600 |
| commit | 430de13fba8e50d51e46ee4adb362f2549661431 (patch) | |
| tree | 0bed54c71c9b8eee6dfdc6e859e30cbe1733a2d7 /Makefile | |
| parent | c871d5ecf051a7dc4e3a77157cdbc0a457eb9ae1 (diff) | |
update for 'gui/toolkit' move
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -11,6 +11,7 @@ github: @echo check https://github.com/wit-go/gui @echo -# git push -u github master -# git push -u github devel -# git push github --tags +init-github: + git push -u github master + git push -u github devel + git push github --tags |
