Skip to content

Commit 98599de

Browse files
committed
Add make all target
1 parent fd157e3 commit 98599de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.PHONY: default install build clean test fmt vet lint
22

3+
all: build test fmt vet lint
4+
35
default: build
46

57
build: check_go_version

0 commit comments

Comments
 (0)