mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 05:27:37 +03:00
Fix Makefile target name
This commit is contained in:
parent
d14a6031f0
commit
dc50f672b8
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
.vscode
|
||||||
.envrc
|
.envrc
|
||||||
/navidrome
|
/navidrome
|
||||||
/iTunes*.xml
|
/iTunes*.xml
|
||||||
|
|
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 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)
|
@which lefthook || (echo "Installing Lefthook" && GO111MODULE=off go get -u github.com/Arkweid/lefthook)
|
||||||
@lefthook install
|
@lefthook install
|
||||||
.PHONY: setup
|
.PHONY: setup-dev
|
||||||
|
|
||||||
Jamstash-master:
|
Jamstash-master:
|
||||||
wget -N https://github.com/tsquillario/Jamstash/archive/master.zip
|
wget -N https://github.com/tsquillario/Jamstash/archive/master.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue