From 0ab4426fda38da13d14aff8b75cd2b6fa7085d4e Mon Sep 17 00:00:00 2001 From: Djalal Harouni Date: Tue, 12 Mar 2024 13:25:19 +0100 Subject: [PATCH] make: fix make crds and generate targets Replace crdgen by crds in phony targets since that is the one used to rebuild crds. Signed-off-by: Djalal Harouni --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa292b6b08c..cb27b43546b 100644 --- a/Makefile +++ b/Makefile @@ -334,7 +334,7 @@ tarball-clean: fetch-testdata: wget -nc -P testdata/btf 'https://github.com/cilium/tetragon-testdata/raw/main/btf/vmlinux-5.4.104+' -.PHONY: crdgen generate protogen codegen protoc-gen-go-tetragon +.PHONY: generate crds protogen codegen protoc-gen-go-tetragon generate: | crds crds: # Need to call vendor twice here, once before and once after generate, the reason