mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-10 15:20:56 +00:00
93a04158fd
gvt fetch -a, because we need the protobuf files etc for regeneration
6 lines
344 B
Makefile
6 lines
344 B
Makefile
regenerate:
|
|
go install github.com/gogo/protobuf/protoc-min-version
|
|
go install github.com/gogo/protobuf/protoc-gen-gogoslick
|
|
protoc-min-version --version="3.0.0" --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ \
|
|
--gogoslick_out=Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types:. timefail.proto
|