Merge pull request #20 from LK4D4/make_protoc
Add protoc target to makefile
This commit is contained in:
commit
c425446c8e
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