talent-plan-tinykv/proto/tools/Makefile
2022-01-11 12:11:13 +08:00

7 lines
188 B
Makefile

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