mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Fix Makefile target name
This commit is contained in:
parent
d14a6031f0
commit
dc50f672b8
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -56,7 +56,7 @@ setup-dev: setup
|
|||
@which golangci-lint || (echo "Installing GolangCI-Lint" && cd .. && GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.27.0)
|
||||
@which lefthook || (echo "Installing Lefthook" && GO111MODULE=off go get -u github.com/Arkweid/lefthook)
|
||||
@lefthook install
|
||||
.PHONY: setup
|
||||
.PHONY: setup-dev
|
||||
|
||||
Jamstash-master:
|
||||
wget -N https://github.com/tsquillario/Jamstash/archive/master.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue