ref: 6f21ecda630eba82ef5eb29b230a83d8f90dfc04
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
}