deployer/Makefile
2023-04-17 17:01:34 +02:00

11 lines
117 B
Makefile

format:
cargo-fmt
run: format
cargo run
build: format
cargo build --release
test:
cargo test -r -- --nocapture