discourse-protobuf/Makefile

8 lines
144 B
Makefile

proto:
protoc \
--proto_path=/usr/local/include/google/protobuf \
--proto_path=proto/ \
--go_out=$(GOPATH)/src proto/*.proto
.PHONY: proto