Skip to content

Commit

Permalink
fix: removed invalid make rule
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Feb 4, 2020
1 parent d1f8d39 commit 4dffcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 4dffcb7

Please sign in to comment.