Code review fixes: Create build directory if it doesn't exist. Use better URL for protoc installation instructions.

This commit is contained in:
Cody Soyland 2018-04-02 16:39:14 -05:00
parent d59d20d27b
commit ba9c26e689

View file

@ -28,6 +28,7 @@ test: vendor
# Run test suite with coverage enabled
cover: vendor
mkdir -p build
$(MAKE) test TESTFLAGS="-coverprofile=build/coverage.out"
# Run test suite with coverage enabled and view coverage results in browser
@ -130,4 +131,4 @@ install-protoc-gen-gofast:
go get -u github.com/gogo/protobuf/protoc-gen-gofast
install-protoc:
@echo This tool cannot automatically install protoc. Please download and install protoc from https://github.com/google/protobuf/releases
@echo This tool cannot automatically install protoc. Please download and install protoc from https://google.github.io/proto-lens/installing-protoc.html