Files
RustySecrets/Makefile
2016-12-02 14:56:12 +01:00

5 lines
62 B
Makefile

doc:
rm -rf docs/
cargo doc --no-deps
mv target/doc docs/