add Makefile

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-03 13:32:47 -06:00
parent 225f5393fd
commit cbf944b0b3
1 changed files with 6 additions and 0 deletions

6
Makefile Normal file
View File

@ -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