Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferpa authored Oct 8, 2018
1 parent 930519f commit d1efa95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ $(GORELEASER): $(DEP)
$(DEP):
go get -v -u github.com/golang/dep/cmd/dep

release: test $(GORELEASER)
release: $(GORELEASER)
goreleaser --rm-dist

cover: test
go tool cover -html=coverage-all.out
rm -rf coverage-all.out coverage.out

clean:
rm -rf $(KOALA)
rm -rf $(KOALA)

0 comments on commit d1efa95

Please sign in to comment.