mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-28 06:34:05 +08:00
Makefile
This commit is contained in:
5
merkledag/Makefile
Normal file
5
merkledag/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
all: node.pb.go
|
||||||
|
|
||||||
|
node.pb.go: node.proto
|
||||||
|
protoc --gogo_out=. --proto_path=../../../../:/usr/local/opt/protobuf/include:. $<
|
Reference in New Issue
Block a user