diff --git a/Makefile b/Makefile index af68092..b962a76 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