mystuff/net/gurk-rs/files/vendor/curve25519-dalek/Makefile

9 lines
303 B
Makefile
Raw Normal View History

2022-10-31 22:01:15 +01:00
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