mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-28 05:47:51 +08:00
9 lines
148 B
Makefile
9 lines
148 B
Makefile
|
|
all: node.pb.go
|
|
|
|
node.pb.go: node.proto
|
|
protoc --gogo_out=. --proto_path=../../../../:/usr/local/opt/protobuf/include:. $<
|
|
|
|
clean:
|
|
rm node.pb.go
|