...

Text file src/github.com/gogo/protobuf/test/issue312/Makefile

Documentation: github.com/gogo/protobuf/test/issue312

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

View as plain text