shithub: riscv

ref: 8b269f83f4a6513734ebc933d2a33d3fbb72f90f
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
	}