mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Ensure Makefile PHONY targets match real target names.
Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
parent
7d27e33a12
commit
8c483f31ad
4
Makefile
4
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user