mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Simplify Makefile build target
This commit is contained in:
parent
100aca6a1e
commit
3eaf80de99
1 changed files with 2 additions and 8 deletions
10
Makefile
10
Makefile
|
@ -1,13 +1,7 @@
|
|||
#@IgnoreInspection BashAddShebang
|
||||
|
||||
BINARY=sonic-server
|
||||
|
||||
SOURCES := $(shell find . -name '*.go')
|
||||
|
||||
all: $(BINARY)
|
||||
|
||||
$(BINARY): $(SOURCES)
|
||||
go build
|
||||
build:
|
||||
go build -x ${BINARY}
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue