Files
2026-05-04 14:56:05 +02:00

14 lines
177 B
Makefile

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