diff options
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 |
