summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f629049..85fb411 100644
--- a/Makefile
+++ b/Makefile
@@ -58,6 +58,12 @@ examples-buttons:
examples-console-ui-helloworld:
make -C examples/console-ui-helloworld
+git.wit.org:
+ git push witgui master
+ git push witgui devel
+ git push witgui jcarr
+ git push witgui --tags
+
# sync repo to the github backup
# git remote add github [email protected]:witorg/gui.git
# git remote add github2 [email protected]:wit-go/gui.git