mirror of
https://github.com/mii443/lamport_sigs.rs.git
synced 2025-08-22 15:05:49 +00:00
5 lines
62 B
Makefile
5 lines
62 B
Makefile
doc:
|
|
rm -rf docs/
|
|
cargo doc --no-deps
|
|
mv target/doc docs/
|