Ensure Makefile PHONY targets match real target names.

Signed-off-by: James Blair <mail@jamesblair.net>
dependabot/go_modules/github.com/prometheus/procfs-0.11.0
James Blair 2023-06-16 21:20:45 +12:00
parent 7d27e33a12
commit 8c483f31ad
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ verify-gofmt:
verify-bom:
PASSES="bom" ./scripts/test.sh
.PHONY: update-bom
.PHONY: fix-bom
fix-bom:
./scripts/updatebom.sh
@ -88,7 +88,7 @@ verify-dep:
verify-lint:
golangci-lint run --config tools/.golangci.yaml
.PHONY: update-lint
.PHONY: fix-lint
fix-lint:
golangci-lint run --config tools/.golangci.yaml --fix