drop 'lint' from 'make all'

This commit is contained in:
Kenneth Jenkins 2024-08-15 09:58:38 -07:00
parent 86ad42a956
commit a4ec4b0ad5

View file

@ -35,7 +35,7 @@ GETENVOY_VERSION = v0.2.0
GORELEASER_VERSION = v0.174.2
.PHONY: all
all: clean build-deps test lint build ## Runs a clean, build, fmt, lint, test, and vet.
all: clean build-deps test build
.PHONY: get-envoy
get-envoy: ## Fetch envoy binaries