mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 21:47:36 +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
|
BINARY=sonic-server
|
||||||
|
|
||||||
SOURCES := $(shell find . -name '*.go')
|
build:
|
||||||
|
go build -x ${BINARY}
|
||||||
all: $(BINARY)
|
|
||||||
|
|
||||||
$(BINARY): $(SOURCES)
|
|
||||||
go build
|
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue