1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# git remote add github [email protected]: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