Skip to content

Commit

Permalink
Fix Makefile target name
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Jul 16, 2020
1 parent d14a603 commit dc50f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
.DS_Store
.idea
.vscode
.envrc
/navidrome
/iTunes*.xml
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit dc50f67

Please sign in to comment.