Skip to content

Commit b562008

Browse files
author
Vladimir Osintsev
committed
Add build target to Makefile
1 parent 3cc8529 commit b562008

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ GOTOOLS = github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/jte
44

55
default: tests
66

7+
build: default
8+
79
tests: format
810
@echo "--> Running tests"
911
@go tool vet .
@@ -34,4 +36,4 @@ format:
3436
@go fmt ./...
3537

3638

37-
.PHONY: all deps format tests install bindata
39+
.PHONY: all deps format tests install bindata

0 commit comments

Comments
 (0)