debugger/Makefile

19 lines
325 B
Makefile

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