...

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

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

     1regenerate:
     2	go install github.com/gogo/protobuf/protoc-min-version
     3	go install github.com/gogo/protobuf/protoc-gen-gogoslick
     4	protoc-min-version --version="3.0.0" --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ \
     5	--gogoslick_out=Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types:. timefail.proto 

View as plain text