From cbf944b0b305800cb07b2aab380d882c66bee94a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Jan 2024 13:32:47 -0600 Subject: [PATCH] add Makefile Signed-off-by: Jeff Carr --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c1e8774 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +# git remote add github git@github.com:wit-go/gui-debugger.git + +github: + git push -u github master + git push -u github devel + git push github --tags