summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3c6bbb6e43b78a391c6250c43e85cad3610b4643 (plain)
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