deployer/Makefile
2023-04-17 14:40:04 +02:00

11 lines
114 B
Makefile

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