Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1efa95

Browse files
authored
Update Makefile
1 parent 930519f commit d1efa95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ $(GORELEASER): $(DEP)
3838
$(DEP):
3939
go get -v -u github.com/golang/dep/cmd/dep
4040

41-
release: test $(GORELEASER)
41+
release: $(GORELEASER)
4242
goreleaser --rm-dist
4343

4444
cover: test
4545
go tool cover -html=coverage-all.out
4646
rm -rf coverage-all.out coverage.out
4747

4848
clean:
49-
rm -rf $(KOALA)
49+
rm -rf $(KOALA)

0 commit comments

Comments
 (0)