Files
music-agregator/justfile
T
2026-07-12 10:36:14 +02:00

12 lines
119 B
Makefile

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