Merge pull request #20 from LK4D4/make_protoc

Add protoc target to makefile
This commit is contained in:
Michael Crosby 2015-12-11 13:44:29 -08:00
commit c425446c8e

View file

@ -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