2024-01-03 13:32:47 -06:00
|
|
|
# git remote add github git@github.com:wit-go/gui-debugger.git
|
|
|
|
|
2024-01-04 12:49:26 -06:00
|
|
|
all:
|
2024-01-07 19:17:26 -06:00
|
|
|
@echo a 'gui' debugger using the gui
|
|
|
|
|
|
|
|
redomod:
|
|
|
|
rm -f go.*
|
|
|
|
go mod init
|
2024-01-04 12:49:26 -06:00
|
|
|
go mod tidy
|
|
|
|
|
2024-01-03 13:32:47 -06:00
|
|
|
github:
|
|
|
|
git push -u github master
|
|
|
|
git push -u github devel
|
|
|
|
git push github --tags
|