From 5840374390634c79757a7dff33fdce618d78f49d Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 17 Jan 2023 09:04:14 +0100 Subject: Remove t.out The action file needs to be set from the seitan command line. Signed-off-by: Alice Frosi --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3688c2..e3ca02d 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,12 @@ AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/I[456]86/I386/') AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/PPC64/PPC/') AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/PPCLE/PPC64LE/') -CFLAGS += -DBUILD_TRANSFORM_OUT=\"t.out\" CFLAGS += -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH) CFLAGS += -Wall -Wextra -pedantic export CFLAGS -all: t.out seitan-eater seitan +all: seitan-eater seitan build: build.c filter.c filter.h numbers.h $(CC) $(CFLAGS) -o build filter.c build.c @@ -38,4 +37,4 @@ transform.h: qemu_filter ./transform.sh qemu_filter clean: - rm -f filter.h numbers.h transform.h t.out bpf.out build seitan-eater seitan + rm -f filter.h numbers.h transform.h bpf.out build seitan-eater seitan -- cgit v1.2.3