1 2 3 4 5 6 7
all: cargo build --release strip target/release/fireworks check: cargo clippy --all -- -D warnings cargo test