diff os9/mc09/makefile @ 132:36000611014b

micro-c buffering
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 06 Jan 2019 19:57:11 +0900
parents c4e909f21b25
children 42592ea2966f
line wrap: on
line diff
--- a/os9/mc09/makefile	Sat Jan 05 22:10:20 2019 +0900
+++ b/os9/mc09/makefile	Sun Jan 06 19:57:11 2019 +0900
@@ -35,7 +35,7 @@
 mc2.c:
 	patch <diff_to_mc2 -o mc2.c
 
-testcp : mc test/cp.c
+testcp : mc test/cp.c crtos9.asm mclibos9.c
 	./mc -s -Mtestcp test/cp.c
 	$(AS09) crtos9.asm -l c.lst -o testcp