diff options
author | Alice Frosi <afrosi@redhat.com> | 2022-12-21 11:59:08 +0100 |
---|---|---|
committer | Alice Frosi <afrosi@redhat.com> | 2022-12-21 14:56:02 +0100 |
commit | 5d408e91861d8c995931c69eae62c25cdf130ca5 (patch) | |
tree | c305c2f054c9a88834772dc6d9f8934aa2048452 | |
parent | f9613be602d9ff4f999fd216b52c59cd68cf71a3 (diff) | |
download | seitan-5d408e91861d8c995931c69eae62c25cdf130ca5.tar seitan-5d408e91861d8c995931c69eae62c25cdf130ca5.tar.gz seitan-5d408e91861d8c995931c69eae62c25cdf130ca5.tar.bz2 seitan-5d408e91861d8c995931c69eae62c25cdf130ca5.tar.lz seitan-5d408e91861d8c995931c69eae62c25cdf130ca5.tar.xz seitan-5d408e91861d8c995931c69eae62c25cdf130ca5.tar.zst seitan-5d408e91861d8c995931c69eae62c25cdf130ca5.zip |
Remove build of bpf.out
Signed-off-by: Alice Frosi <afrosi@redhat.com>
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |