1 2 3 4 5 6 7
.PHONY: preflight preflight: cargo fmt cargo clippy --allow-dirty --allow-staged --fix --quiet cargo build --quiet cargo test