ref: 03a52c7cf794c65b51cf2c658f2db67dcbbb811a
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
}