Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930519f commit d1efa95Copy full SHA for d1efa95
1 file changed
Makefile
@@ -38,12 +38,12 @@ $(GORELEASER): $(DEP)
38
$(DEP):
39
go get -v -u github.com/golang/dep/cmd/dep
40
41
-release: test $(GORELEASER)
+release: $(GORELEASER)
42
goreleaser --rm-dist
43
44
cover: test
45
go tool cover -html=coverage-all.out
46
rm -rf coverage-all.out coverage.out
47
48
clean:
49
- rm -rf $(KOALA)
+ rm -rf $(KOALA)
0 commit comments