From 082a7bbb05aa212f0cbd190f5934fe4dbc264bc4 Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Thu, 12 Apr 2018 15:42:52 -0700 Subject: [PATCH] remove proto make targets --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index fca7587a9..62120c150 100644 --- a/Makefile +++ b/Makefile @@ -62,10 +62,6 @@ test-style: @scripts/validate-go.sh @scripts/validate-license.sh -.PHONY: protoc -protoc: - $(MAKE) -C _proto/ all - .PHONY: docs docs: build @scripts/update-docs.sh @@ -99,6 +95,5 @@ ifndef HAS_GIT $(error You must install Git) endif glide install --strip-vendor - go build -o bin/protoc-gen-go ./vendor/github.com/golang/protobuf/protoc-gen-go include versioning.mk