Skip to content

Commit

Permalink
make: fix make crds and generate targets
Browse files Browse the repository at this point in the history
Replace crdgen by crds in phony targets since that is the one used
to rebuild crds.

Signed-off-by: Djalal Harouni <tixxdz@gmail.com>
  • Loading branch information
tixxdz committed Mar 12, 2024
1 parent b603d66 commit f7dd80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7dd80a

Please sign in to comment.