Files
external-snapshotter/vendor/github.com/gogo/protobuf/test/issue312/Makefile
xing-yang e213d1890d Add generated file
This PR adds generated files under pkg/client and vendor folder.
2018-08-10 06:20:40 -07:00

5 lines
163 B
Makefile

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