Skip to content

Commit 908d737

Browse files
committed
add .PHONY target list
1 parent e6163ed commit 908d737

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.PHONY: all deps test lint ci-lint build
12
# Go parameters
23
GO_BUILD_FLAGS=GO111MODULE=on CGO_ENABLED=0
34
GOCMD=go

0 commit comments

Comments
 (0)