diff options
author | Adin Scannell <ascannell@google.com> | 2021-02-02 11:26:37 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-02 11:29:02 -0800 |
commit | 017348af99b3aa129596a1345851b1b67cd9633e (patch) | |
tree | 5b56c10cb4f1b39a6944477caf1c11cd7869bb06 | |
parent | 8c7c5abafbd8a72a43105cc352b42e48c12a99e8 (diff) |
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
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. ## |