1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-11 16:58:30 +08:00
Files
kubo/crypto/spipe/Makefile
2014-09-22 04:05:13 -07:00

9 lines
163 B
Makefile

all: message.pb.go
message.pb.go: message.proto
protoc --gogo_out=. --proto_path=../../../../../:/usr/local/opt/protobuf/include:. $<
clean:
rm message.pb.go