ref: c836bbbd3a8fcfea6d1096ed4fb38dd822b8f765
dir: /sys/src/ape/lib/mkfile/
</$objtype/mkfile
DIRS=9 ap auth bio bsd bz2 draw fmt l mp net regexp 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
}