ebpf-lab

Example code from Learning eBPF by Liz Rice, https://github.com/lizrice/learning-ebpf
git clone https://git.in0rdr.ch/ebpf-lab.git
Log | Files | Refs | Pull requests |Archive | README

Makefile (50B)


      1 default: demo
      2 	gcc demo.c -o demo
      3 clean:
      4 	rm demo