Add protoc target to makefile
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
1e6ebc63bb
commit
59a595c69f
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -14,3 +14,6 @@ daemon:
|
|||
|
||||
install:
|
||||
cp bin/* /usr/local/bin/
|
||||
|
||||
protoc:
|
||||
protoc -I ./api/grpc/types ./api/grpc/types/api.proto --go_out=plugins=grpc:api/grpc/types
|
||||
|
|
Loading…
Reference in a new issue