mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-24 23:48:26 +00:00
5 lines
182 B
Makefile
5 lines
182 B
Makefile
|
regenerate:
|
||
|
go install github.com/gogo/protobuf/protoc-gen-gogo
|
||
|
protoc --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ \
|
||
|
--gogo_out=. events.proto
|