panorama/Justfile

15 lines
233 B
Makefile
Raw Normal View History

2021-02-14 12:27:13 +00:00
doc:
cargo doc --document-private-items
2021-02-16 10:45:41 +00:00
doc-open:
cargo doc --document-private-items --open
2021-02-16 10:45:41 +00:00
watch:
cargo watch -x 'clippy --all --all-features'
run:
cargo run -- --log-file output.log
tail:
tail -f output.log