From 017348af99b3aa129596a1345851b1b67cd9633e Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Tue, 2 Feb 2021 11:26:37 -0800 Subject: Drop gazelle target from the Makefile. This is replaced with a straight call to bazel. Unfortunately, the built gazelle target requires a bazel installation to run anyways. PiperOrigin-RevId: 355211990 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 6de05d428..de22509cd 100644 --- a/Makefile +++ b/Makefile @@ -151,10 +151,6 @@ nogo: ## Surfaces all nogo findings. @$(call run,//tools/github $(foreach dir,$(BUILD_ROOTS),-path=$(CURDIR)/$(dir)) -dry-run nogo) .PHONY: nogo -gazelle: ## Runs gazelle to update WORKSPACE. - @$(call run,//:gazelle,update-repos -from_file=go.mod -prune) -.PHONY: gazelle - ## ## Canonical build and test targets. ## -- cgit v1.2.3