1
0

Add 'make proto' target

This commit is contained in:
Jeff Mitchell 2016-10-20 12:39:19 -04:00
parent 3d90f2ba0e
commit 7f8ac1fa8d

View File

@ -60,4 +60,8 @@ bootstrap:
go get -u $$tool; \
done
proto:
protoc -I helper/forwarding -I vault -I ../../.. vault/request_forwarding_service.proto --go_out=plugins=grpc:vault
protoc -I helper/forwarding -I vault -I ../../.. helper/forwarding/types.proto --go_out=plugins=grpc:helper/forwarding
.PHONY: bin default generate test vet bootstrap