Makefile 148 Bytes
Newer Older
Juan Batiz-Benet's avatar
Juan Batiz-Benet committed
1 2 3 4 5

all: node.pb.go

node.pb.go: node.proto
	protoc --gogo_out=. --proto_path=../../../../:/usr/local/opt/protobuf/include:. $<
Chas Leichner's avatar
Chas Leichner committed
6 7 8

clean:
	rm node.pb.go