ref: 0af752a657ea0a003e5f9bd3d9a883fc807e474e
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
}