talent-plan-tinykv/proto/tools/Makefile

7 lines
188 B
Makefile
Raw Normal View History

2022-01-11 12:11:13 +08:00
all: bin/goimports bin/protoc-gen-gofast
bin/goimports:
go build -o $@ golang.org/x/tools/cmd/goimports
bin/protoc-gen-gofast:
go build -o $@ github.com/gogo/protobuf/protoc-gen-gofast