ref: d62b52ce6db886d4ed12266a86f3e88f95e3bb29
dir: /sys/src/ape/lib/mkfile/
</$objtype/mkfile
DIRS=9 ap auth bio bsd bz2 draw fmt l mp net sec utf v z
none:V:
echo mk all, install, installall, clean, or nuke
all clean nuke install installall:V:
for (i in $DIRS) @{
cd $i
mk $target
}