mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Small fixes to the Makefile
This commit is contained in:
parent
4c61ac3272
commit
1f4dfcb853
2 changed files with 9 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -1,7 +1,7 @@
|
|||
BINARY=sonic-server
|
||||
|
||||
build:
|
||||
go build -x ${BINARY}
|
||||
go build
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
@ -15,7 +15,7 @@ setup:
|
|||
|
||||
.PHONY: run
|
||||
run:
|
||||
@reflex -s -r "\.go$$" -- go run .
|
||||
@reflex -s -r "(\.go$$|sonic.toml)" -- go run .
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue