Skip to content

Commit

Permalink
exclude goreleaser from make all
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesClonk committed Apr 13, 2018
1 parent fa1c036 commit 1b595d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ all: prepare lint vet test build
prepare:
go get -v github.com/golang/lint/golint
go get -v github.com/Masterminds/glide
go get -v github.com/goreleaser/goreleaser
glide install

build:
Expand Down Expand Up @@ -35,6 +34,7 @@ test:
check: lint vet test

release:
go get -v github.com/goreleaser/goreleaser
goreleaser

.PHONY: all prepare build lint vet test check release

0 comments on commit 1b595d7

Please sign in to comment.