xref
: /
DragonOS
/
build-scripts
/
Makefile
(revision 46e234aef65c081393fb7652e0ad2bae26786ce4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
PHONY
:
fmt
2
fmt
:
3
cargo
fmt
--
all
$(
FMT_CHECK
)
4
5
clean
:
6
@
cargo
clean
7