mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
make style targets in Makefile phony
This commit is contained in:
parent
1499ade89c
commit
a5e0555e83
1 changed files with 1 additions and 1 deletions
|
@ -841,7 +841,7 @@ style:
|
||||||
build_tools/style.fish
|
build_tools/style.fish
|
||||||
style-all:
|
style-all:
|
||||||
build_tools/style.fish --all
|
build_tools/style.fish --all
|
||||||
.PHONY: lint lint-all
|
.PHONY: style style-all
|
||||||
|
|
||||||
#
|
#
|
||||||
# Cleanup targets
|
# Cleanup targets
|
||||||
|
|
Loading…
Reference in a new issue