Fix Makefile target name

This commit is contained in:
Deluan 2020-07-16 16:57:19 -04:00
parent d14a6031f0
commit dc50f672b8
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.DS_Store
.idea
.vscode
.envrc
/navidrome
/iTunes*.xml

View File

@ -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