comparison Makefile @ 657:bb3a11f3f31d

assop indirect bug
author kono
date Wed, 24 Jan 2007 13:47:15 +0900
parents 8320ae3ac186
children c9df4e08da9b
comparison
equal deleted inserted replaced
656:8320ae3ac186 657:bb3a11f3f31d
133 make check-code$(MK) TARGET=test/tmp4 133 make check-code$(MK) TARGET=test/tmp4
134 make check-code$(MK) TARGET=test/tmp6 134 make check-code$(MK) TARGET=test/tmp6
135 make check-code$(MK) TARGET=test/scope 135 make check-code$(MK) TARGET=test/scope
136 make check-code$(MK) TARGET=test/throw 136 make check-code$(MK) TARGET=test/throw
137 make check-code$(MK) TARGET=test/test2 137 make check-code$(MK) TARGET=test/test2
138 make check-code$(MK) TARGET=test/hoge
138 make check-code$(MK) TARGET=test/too-long-argument 139 make check-code$(MK) TARGET=test/too-long-argument
139 140
140 check-nkf: 141 check-nkf:
141 ( cd nkf203; $(CC) -g -o nkf1 nkf.c utf8tbl.c ) 142 ( cd nkf203; $(CC) -g -o nkf1 nkf.c utf8tbl.c )
142 ( cd nkf203; ../mc-$(ARCH) -s nkf.c utf8tbl.c ) 143 ( cd nkf203; ../mc-$(ARCH) -s nkf.c utf8tbl.c )