ref: 74df3901c04f70c1ba89e71b78dee9dc2882e116
dir: /src/mkfile/
</$objtype/mkfile
TARGETS =\
to-kana.out \
test.out \
optshow.out \
fserv.out
all:
for(i in $TARGETS) @{
mk $i
}
%.out: %.$O
$LD $LDFLAGS -o $target $prereq
%.$O: %.c
$CC $CFLAGS $stem.c
clean:
rm *.out *.$O