diff --git a/Makefile b/Makefile index af6809245..b962a7682 100644 --- a/Makefile +++ b/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