kubo/merkledag/Makefile
Juan Batiz-Benet a3608c26ce Makefile
2014-07-04 15:18:26 -07:00

6 lines
125 B
Makefile

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