mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-22 10:57:42 +08:00
6 lines
125 B
Makefile
6 lines
125 B
Makefile
|
|
all: node.pb.go
|
|
|
|
node.pb.go: node.proto
|
|
protoc --gogo_out=. --proto_path=../../../../:/usr/local/opt/protobuf/include:. $<
|