From 59a595c69f882dcf529d0cb2b736bd8cd56d1d07 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Fri, 11 Dec 2015 12:08:02 -0800 Subject: [PATCH] Add protoc target to makefile Signed-off-by: Alexander Morozov --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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