comparison 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
comparison
equal deleted inserted replaced
131:188111be26b4 132:36000611014b
33 -diff -c mc.c mc2.c >diff_to_mc2 33 -diff -c mc.c mc2.c >diff_to_mc2
34 34
35 mc2.c: 35 mc2.c:
36 patch <diff_to_mc2 -o mc2.c 36 patch <diff_to_mc2 -o mc2.c
37 37
38 testcp : mc test/cp.c 38 testcp : mc test/cp.c crtos9.asm mclibos9.c
39 ./mc -s -Mtestcp test/cp.c 39 ./mc -s -Mtestcp test/cp.c
40 $(AS09) crtos9.asm -l c.lst -o testcp 40 $(AS09) crtos9.asm -l c.lst -o testcp
41 41
42 clean: 42 clean:
43 rm -f mc c.out mc2.o lint testcp 43 rm -f mc c.out mc2.o lint testcp