aboutgitcodelistschat:MatrixIRC
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7fbd88b..eb409f7 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ bpf.out: qemu_filter build
t.out: qemu_filter build
./build
-build: build.c filter.h numbers.h transform.h
- $(CC) $(CFLAGS) -o build build.c
+build: build.c filter.c filter.h numbers.h
+ $(CC) $(CFLAGS) -o build filter.c build.c
seitan-loader: loader.c
$(CC) $(CFLAGS) -o seitan-loader loader.c