aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/quest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/quest/Makefile')
-rw-r--r--test/monniaux/quest/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/monniaux/quest/Makefile b/test/monniaux/quest/Makefile
index c049238b..ef0b7db8 100644
--- a/test/monniaux/quest/Makefile
+++ b/test/monniaux/quest/Makefile
@@ -4,19 +4,19 @@ MAX=300
include ../rules.mk
QUEST=quest
-K1C_CCOMPFLAGS += -fstruct-passing -fbitfields
+KVX_CCOMPFLAGS += -fstruct-passing -fbitfields
PREFIX=ran%06.f
TARGETS_C=$(shell seq --format $(PREFIX).c 0 $(MAX))
-TARGETS_OUT=$(shell seq --format $(PREFIX).ccomp.k1c.out 0 $(MAX))
+TARGETS_OUT=$(shell seq --format $(PREFIX).ccomp.kvx.out 0 $(MAX))
all: $(TARGETS_C) $(TARGETS_OUT)
ran%.c :
$(QUEST) -seed $* -test ansi > $@
-%.ccomp.k1c : %.ccomp.k1c.s
- $(K1C_CCOMP) $(K1C_CCOMPFLAGS) $+ -o $@
+%.ccomp.kvx : %.ccomp.kvx.s
+ $(KVX_CCOMP) $(KVX_CCOMPFLAGS) $+ -o $@
clean:
-rm -f $(TARGETS_C) $(TARGETS_OUT)