all:
	clang -g -O2 -target bpf -I/usr/src/kernels/6.6.0-24.0.v2501.fortest.ky11.x86_64/include/ -I/usr/include/x86_64-linux-gnu/ -c sockmap_kern.c -o sockmap_kern.o
	gcc sockmap_user.c -L../../../../build/libbpf/ -lbpf -lelf -o sockmap

clean:
	rm -f sockmap_kern.o sockmap
