Skip to content

Commit 268f1b3

Browse files
committed
makefile: Change invocation for default target
Signed-off-by: Simarpreet Singh <[email protected]>
1 parent 3f9db0b commit 268f1b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
test:
2-
go test -v -cover
3-
41
build:
52
go build
63

4+
test:
5+
go test -v -cover
6+
77
clean:
88
go clean

0 commit comments

Comments
 (0)