summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-04-22 13:53:07 -0500
committerJeff Carr <[email protected]>2023-04-22 13:53:07 -0500
commitaeb998eea5ef67c1c87664340b89b5e415fb0747 (patch)
tree61253eb403d4eeada43228366fc44577ecbb8b90 /Makefile
parent52eb9b1ad29756756881b90ba5221d03cd504fbd (diff)
disable watchdog debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a59dc6..7af2b6f 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,8 @@ cmds-helloconsole:
# git remote add github2 [email protected]:wit-go/gui.git
github:
git push origin master
+ git push origin devel
+ git push origin --tags
git push github master
git push github devel
git push github --tags