1 2 3 4 5 6 7 8 9 10
.PHONY: prod prod: cargo build --bin cargo-verison ls -lah target/debug/cargo-verison cargo build --release --bin cargo-verison ls -lah target/release/cargo-verison .PHONY: test test: cargo test