diff --git a/Makefile b/Makefile index 6f388d5b5..5f4ac3cf8 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,8 @@ TMP_FILES := bpf/kmesh/bpf2go/bpf2go.go \ mk/api-v2-c.pc \ mk/bpf.pc \ bpf/kmesh/ads/include/config.h \ - bpf/include/bpf_helper_defs_ext.h + bpf/include/bpf_helper_defs_ext.h \ + depends/include/bpf_helper_defs_ext.h .PHONY: all install uninstall clean build docker