From 8c483f31add76f7933696aee3750ef1f309c6e34 Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 16 Jun 2023 21:20:45 +1200 Subject: [PATCH] Ensure Makefile PHONY targets match real target names. Signed-off-by: James Blair --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52f08d3b1..a27630393 100644 --- a/Makefile +++ b/Makefile @@ -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