target := "cmd/music-agregator/main.go"

build:
    go build {{target}}
tidy:
    go mod tidy
run *FLAGS:
    go run {{target}} {{FLAGS}}
