deployer/Makefile
2023-04-17 09:42:50 +02:00

8 lines
80 B
Makefile

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