kubo/net/service/Makefile
2014-09-22 04:05:12 -07:00

9 lines
163 B
Makefile

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