diff os9/mc09/makefile @ 104:096b3fc7aa66

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 28 Dec 2018 17:43:55 +0900
parents 844305752064
children 6eef99bb4771
line wrap: on
line diff
--- a/os9/mc09/makefile	Thu Dec 27 20:16:34 2018 +0900
+++ b/os9/mc09/makefile	Fri Dec 28 17:43:55 2018 +0900
@@ -36,12 +36,12 @@
 mc2.c:
 	patch <diff_to_mc2 -o mc2.c
 
-test-cp : test/cp.c
-	./mc test/cp.c
-	$(AS09) crtos9.asm -l cp.lst -o cp
+testcp : mc test/cp.c
+	./mc -Mtestcp test/cp.c
+	$(AS09) crtos9.asm -l c.lst -o testcp
 
 clean:
-	rm -f mc c.out mc2.o lint
+	rm -f mc c.out mc2.o lint testcp
 
 install: mc
 	cp mc $(DESTDIR)/mc