kubo/merkledag/Makefile
2014-08-20 18:26:38 -07:00

9 lines
148 B
Makefile

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