diff --git a/tools/bpf/Makefile b/tools/bpf/Makefile index c07b4e718eeb3041154713762fb60a7ead7be636..acfaf4c8cc32c0abf8ae083bf2f79751b7133090 100644 --- a/tools/bpf/Makefile +++ b/tools/bpf/Makefile @@ -100,4 +100,4 @@ bpftool_install: bpftool_clean: $(call descend,bpftool,clean) -.PHONY: bpftool FORCE +.PHONY: all install clean bpftool bpftool_install bpftool_clean