9 lines
303 B
Makefile
9 lines
303 B
Makefile
|
FEATURES := nightly yolocrypto avx2_backend
|
||
|
|
||
|
doc:
|
||
|
cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html
|
||
|
|
||
|
doc-internal:
|
||
|
cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html --document-private-items
|
||
|
|