github.com/gogo/protobuf@v1.3.2/test/issue312/Makefile (about)

     1  regenerate:
     2  	protoc --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ \
     3  	--gogo_out=. issue312.proto 
     4  	(cd events && make regenerate)