summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 21:03:29 -0600
committerJeff Carr <[email protected]>2024-01-03 21:03:29 -0600
commit430de13fba8e50d51e46ee4adb362f2549661431 (patch)
tree0bed54c71c9b8eee6dfdc6e859e30cbe1733a2d7 /Makefile
parentc871d5ecf051a7dc4e3a77157cdbc0a457eb9ae1 (diff)
update for 'gui/toolkit' move
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 16a3b3a..01cb279 100644
--- a/Makefile
+++ b/Makefile
@@ -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