debugger/Makefile

15 lines
267 B
Makefile
Raw Normal View History

# git remote add github git@github.com:wit-go/gui-debugger.git
all:
@echo a 'gui' debugger using the gui
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy
github:
git push -u github master
git push -u github devel
git push github --tags