ref: fdf8af5e94a2989d1b3c94aa5c9f43139d2f56c6
dir: /sys/src/ape/lib/mkfile/
</$objtype/mkfile
DIRS=`{echo */}
none:V:
echo mk all, install, installall, clean, or nuke
all clean nuke install installall:V:
for (i in $DIRS) @{
cd $i
mk $target
}