aboutgitcodelistschat:MatrixIRC
path: root/Makefile
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-01-17 09:04:14 +0100
committerAlice Frosi <afrosi@redhat.com>2023-01-17 09:57:09 +0100
commit5840374390634c79757a7dff33fdce618d78f49d (patch)
treec34118828ae01a3919cd2606c5918da20def0e93 /Makefile
parent3fa20b4300633d769d2be4de332ed57463a8c2c2 (diff)
downloadseitan-5840374390634c79757a7dff33fdce618d78f49d.tar
seitan-5840374390634c79757a7dff33fdce618d78f49d.tar.gz
seitan-5840374390634c79757a7dff33fdce618d78f49d.tar.bz2
seitan-5840374390634c79757a7dff33fdce618d78f49d.tar.lz
seitan-5840374390634c79757a7dff33fdce618d78f49d.tar.xz
seitan-5840374390634c79757a7dff33fdce618d78f49d.tar.zst
seitan-5840374390634c79757a7dff33fdce618d78f49d.zip
Remove t.out
The action file needs to be set from the seitan command line. Signed-off-by: Alice Frosi <afrosi@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
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