ref: a3aa38e044886585cbc382307a2e29be37a6eb61
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
}