Files
faker/Makefile
T

5 lines
133 B
Makefile

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