diff options
Diffstat (limited to 'bpf/makefile')
| -rw-r--r-- | bpf/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bpf/makefile b/bpf/makefile new file mode 100644 index 0000000..dbe911d --- /dev/null +++ b/bpf/makefile @@ -0,0 +1,5 @@ +all: + clang -O2 -g -target bpf -c bpf_tun_rss_steering.c -o bpf_tun_rss_steering.o + +clean: + rm -rf bpf_tun_rss_steering.o |
