1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-22 12:51:19 +08:00
This commit is contained in:
Juan Batiz-Benet
2014-07-04 15:18:26 -07:00
parent b2c74216a3
commit a3608c26ce

5
merkledag/Makefile Normal file
View File

@ -0,0 +1,5 @@
all: node.pb.go
node.pb.go: node.proto
protoc --gogo_out=. --proto_path=../../../../:/usr/local/opt/protobuf/include:. $<