mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
drop 'lint' from 'make all'
This commit is contained in:
parent
86ad42a956
commit
a4ec4b0ad5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue