diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 13:32:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 13:32:47 -0600 |
| commit | cbf944b0b305800cb07b2aab380d882c66bee94a (patch) | |
| tree | ee2a7a1e53eef1cad0ce628fd206e960e1031e16 /Makefile | |
| parent | 225f5393fd5ac2f6430e173e57994ce98a857af6 (diff) | |
add Makefile
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 [email protected]:wit-go/gui-debugger.git + +github: + git push -u github master + git push -u github devel + git push github --tags |
