# git remote add github git@github.com:wit-go/gui-debugger.git all: auto.pb.go goimports vet @echo common init code for common packages goimports: goimports -w *.go vet: @GO111MODULE=off go vet clean: rm -f *.pb.go *.patch -rm -f go.* go-mod-clean purge auto.pb.go: auto.proto autogenpb --proto auto.proto