1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.PHONY: all fmt lint test tree all: fmt lint test fmt: cargo fmt --all lint: cargo clippy --all-targets -- -D warnings test: cargo test --all -- --nocapture tree: cargo tree --edges normal