From 6d52d94eb69ca54b02347634d2b79bdfd0d62537 Mon Sep 17 00:00:00 2001 From: Aldo Lacuku Date: Wed, 24 Jul 2024 15:33:23 +0200 Subject: [PATCH] chore(Makefile): add .PHONY to falcoctl target The target will run independent from the state of the file. Signed-off-by: Aldo Lacuku --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 18c8c67d..74bea7e2 100644 --- a/Makefile +++ b/Makefile @@ -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}' \