diff os9/mc09/makefile @ 105:6eef99bb4771

fix runtime
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 29 Dec 2018 12:25:26 +0900
parents 096b3fc7aa66
children c5dd5c363d43
line wrap: on
line diff
--- a/os9/mc09/makefile	Fri Dec 28 17:43:55 2018 +0900
+++ b/os9/mc09/makefile	Sat Dec 29 12:25:26 2018 +0900
@@ -37,7 +37,7 @@
 	patch <diff_to_mc2 -o mc2.c
 
 testcp : mc test/cp.c
-	./mc -Mtestcp test/cp.c
+	./mc -s -Mtestcp test/cp.c
 	$(AS09) crtos9.asm -l c.lst -o testcp
 
 clean: