
all:
	clang -std=gnu23 -O3 -target bpf -c src/main.c -o faker.o
debug:
	clang -g -std=gnu23 -O3 -target bpf -c src/main.c -o faker.o