mirror of
https://github.com/openharmony/third_party_rust_nix.git
synced 2026-07-01 21:24:00 -04:00
683c1defaa
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
9 lines
211 B
Makefile
9 lines
211 B
Makefile
# If no sub-command is given, simply list all the available options
|
|
_default:
|
|
just --list
|
|
|
|
# Build the doc
|
|
doc *args='':
|
|
RUSTDOCFLAGS='--cfg docsrs' cargo +nightly doc --all-features --no-deps {{args}}
|
|
|