Files
music-agregator/justfile
T
2026-05-03 15:49:35 +02:00

9 lines
138 B
Makefile

target := "cmd/music-agregator/main.go"
build:
go build {{target}}
tidy:
go mod tidy
run *FLAGS:
go run {{target}} {{FLAGS}}