mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-06 13:27:54 +00:00
5 lines
163 B
Makefile
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)
|