Files
music-agregator/justfile
T
2026-07-01 21:16:40 +02:00

9 lines
100 B
Makefile

proto:
buf generate
build: proto
cargo build
run *FLAGS: proto
cargo run -- {{FLAGS}}