Commit 8050ea46 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by Daniel Borkmann

tools: bpf: cleanup PHONY target

There is no FORCE target in the Makefile and some of the PHONY
targets are missing, update the list.
Signed-off-by: default avatarJakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent d5fc73dc
...@@ -100,4 +100,4 @@ bpftool_install: ...@@ -100,4 +100,4 @@ bpftool_install:
bpftool_clean: bpftool_clean:
$(call descend,bpftool,clean) $(call descend,bpftool,clean)
.PHONY: bpftool FORCE .PHONY: all install clean bpftool bpftool_install bpftool_clean
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment