curve25519-dalek-source/Makefile

9 lines
303 B
Makefile
Raw Normal View History

2018-06-21 19:01:09 +00:00
FEATURES := nightly yolocrypto avx2_backend
doc:
cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html
2017-11-21 00:44:49 +00:00
doc-internal:
cargo rustdoc --features "$(FEATURES)" -- --html-in-header docs/assets/rustdoc-include-katex-header.html --document-private-items
2017-11-21 00:44:49 +00:00