coroot-node-agent
coroot-node-agent copied to clipboard
add ebpf.go to Makefile
ebpf.go dependent on **.c and automatically generate the latest ebpfProg and git ignore ebpf.go
@StLeoX why are these changes needed? They make it harder to build the agent without Docker on the host.
I want to make sure that, each time you build coroot-node-agent, the ebpfProg is the latest. So I add this dependent relationship to Makefile, just like Protobuf generate.