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: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
Jakub Kicinski 2018-03-15 23:26:16 -07:00 committed by Daniel Borkmann
parent d5fc73dceb
commit 8050ea4653

View File

@ -100,4 +100,4 @@ bpftool_install:
bpftool_clean:
$(call descend,bpftool,clean)
.PHONY: bpftool FORCE
.PHONY: all install clean bpftool bpftool_install bpftool_clean