aboutgitcodelistschat:MatrixIRC
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 584df75..8dd5d85 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,9 @@ t.out: qemu_filter build
build: build.c filter.c filter.h numbers.h
$(CC) $(CFLAGS) -o build filter.c build.c
+bpf_dbg: disasm.c disasm.h bpf_dbg.c
+ $(CC) $(CFLAGS) -o bpf_dbg bpf_dbg.c disasm.c
+
seitan-loader: loader.c
$(CC) $(CFLAGS) -o seitan-loader loader.c