aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/frame_pointer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/frame_pointer/Makefile')
-rw-r--r--test/monniaux/frame_pointer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/monniaux/frame_pointer/Makefile b/test/monniaux/frame_pointer/Makefile
index e10d9bd3..ff4b187d 100644
--- a/test/monniaux/frame_pointer/Makefile
+++ b/test/monniaux/frame_pointer/Makefile
@@ -2,13 +2,13 @@ whole : a.o b.o
../../../ccomp $+ -o $@
a.s : a.c
- k1-mbr-gcc -std=c99 -Wall -S $<
+ k1-cos-gcc -std=c99 -Wall -S $<
b.s : b.c
../../../ccomp -Wall -Wno-c11-extensions -S $<
%.o : %.s
- k1-mbr-gcc -c $<
+ k1-cos-gcc -c $<
clean:
-rm -f a.o b.o a.s b.s whole