summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 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.
##