mirror of
https://github.com/talent-plan/tinykv.git
synced 2024-12-28 05:40:10 +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
|