From 5d408e91861d8c995931c69eae62c25cdf130ca5 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 21 Dec 2022 11:59:08 +0100 Subject: Remove build of bpf.out Signed-off-by: Alice Frosi --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eb409f7..584df75 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,7 @@ CFLAGS += -DBUILD_TRANSFORM_OUT=\"t.out\" CFLAGS += -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH) CFLAGS += -Wall -Wextra -pedantic -all: bpf.out t.out seitan-loader seitan - -bpf.out: qemu_filter build - ./build +all: t.out seitan-loader seitan t.out: qemu_filter build ./build -- cgit v1.2.3