comparison Makefile @ 581:ad9ef203f95b

*** empty log message ***
author kono
date Sun, 15 Jan 2006 22:40:23 +0900
parents a4445cb1aa91
children 94d3a8c1b3e8
comparison
equal deleted inserted replaced
580:31b736fb4516 581:ad9ef203f95b
118 make check-code$(MK) TARGET=test/tmp1 118 make check-code$(MK) TARGET=test/tmp1
119 make check-code$(MK) TARGET=test/tmp2 119 make check-code$(MK) TARGET=test/tmp2
120 make check-code$(MK) TARGET=test/tmp4 120 make check-code$(MK) TARGET=test/tmp4
121 make check-code$(MK) TARGET=test/tmp6 121 make check-code$(MK) TARGET=test/tmp6
122 make check-code$(MK) TARGET=test/scope 122 make check-code$(MK) TARGET=test/scope
123 make check-code$(MK) TARGET=test/throw
123 make check-code$(MK) TARGET=test/too-long-argument 124 make check-code$(MK) TARGET=test/too-long-argument
124 125
125 check-nkf: 126 check-nkf:
126 ( cd nkf203; $(CC) -g -o nkf1 nkf.c utf8tbl.c ) 127 ( cd nkf203; $(CC) -g -o nkf1 nkf.c utf8tbl.c )
127 ( cd nkf203; ../mc-$(ARCH) -s nkf.c utf8tbl.c ) 128 ( cd nkf203; ../mc-$(ARCH) -s nkf.c utf8tbl.c )