Skip to content

Commit

Permalink
add .PHONY target list
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Mar 22, 2021
1 parent e6163ed commit 908d737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.PHONY: all deps test lint ci-lint build
# Go parameters
GO_BUILD_FLAGS=GO111MODULE=on CGO_ENABLED=0
GOCMD=go
Expand Down

0 comments on commit 908d737

Please sign in to comment.