Skip to content

Commit

Permalink
chore(Makefile): add .PHONY to falcoctl target
Browse files Browse the repository at this point in the history
The target will run independent from the state of the file.

Signed-off-by: Aldo Lacuku <[email protected]>
  • Loading branch information
alacuku authored and poiana committed Jul 24, 2024
1 parent 228cb06 commit 36b951f
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
Expand Up @@ -18,6 +18,7 @@ PROJECT?=github.com/falcosecurity/falcoctl
# todo(leogr): re-enable race when CLI tests can run with race enabled
TEST_FLAGS ?= -v -cover# -race

.PHONY: falcoctl
falcoctl:
$(GO) build -ldflags \
"-X '${PROJECT}/cmd/version.semVersion=${RELEASE}' \
Expand Down

0 comments on commit 36b951f

Please sign in to comment.