aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/varargs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/varargs/Makefile')
-rw-r--r--test/monniaux/varargs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/monniaux/varargs/Makefile b/test/monniaux/varargs/Makefile
index f24d41ac..938eff30 100644
--- a/test/monniaux/varargs/Makefile
+++ b/test/monniaux/varargs/Makefile
@@ -1,9 +1,9 @@
include ../rules.mk
-all: varargs.ccomp.k1c.s varargs.ccomp.k1c
+all: varargs.ccomp.kvx.s varargs.ccomp.kvx
-varargs.ccomp.k1c: varargs.ccomp.k1c.o
- $(K1C_CCOMP) $(K1C_CCOMPFLAGS) $+ -o $@
+varargs.ccomp.kvx: varargs.ccomp.kvx.o
+ $(KVX_CCOMP) $(KVX_CCOMPFLAGS) $+ -o $@
clean:
- $(RM) -f *.k1c *.host *.o *.s
+ $(RM) -f *.kvx *.host *.o *.s