1 2 3 4 5 6 7 8
.PHONY: prod prod: cargo build --bin cargo-verison cargo build --release --bin cargo-verison .PHONY: test test: cargo test