shithub: riscv

ref: 53fb93e64ae8e28cd2c666ff7f5125eb77f6b1dd
dir: /sys/src/ape/lib/mkfile/

View raw version
</$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
	}