fix: removed invalid `make` rule

This commit is contained in:
Deluan 2020-02-04 15:02:43 -05:00
parent d1f8d39866
commit 4dffcb7b46
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ build: check_go_env
go build -ldflags="-X github.com/deluan/navidrome/consts.gitSha=$(GIT_SHA) -X github.com/deluan/navidrome/consts.gitTag=master"
.PHONY: buildall
buildall: check_env assets/embedded_gen.go
buildall: check_env
@(cd ./ui && npm run build)
go-bindata -fs -prefix "ui/build" -tags embed -nocompress -pkg assets -o assets/embedded_gen.go ui/build/...
go build -ldflags="-X github.com/deluan/navidrome/consts.gitSha=$(GIT_SHA) -X github.com/deluan/navidrome/consts.gitTag=master" -tags=embed