9 lines
138 B
Makefile
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}}
|