mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-27 13:20:24 +08:00
7 lines
188 B
Makefile
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
|