mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 19:37:46 +08:00
9 lines
163 B
Makefile
9 lines
163 B
Makefile
|
|
all: request.pb.go
|
|
|
|
request.pb.go: request.proto
|
|
protoc --gogo_out=. --proto_path=../../../../../:/usr/local/opt/protobuf/include:. $<
|
|
|
|
clean:
|
|
rm request.pb.go
|