shithub: riscv

ref: a87b5501832a268c0587d2157837a494b0b0dc2e
dir: /sys/src/ape/lib/mkfile/

View raw version
</$objtype/mkfile

DIRS=z `{ls -l | sed '/^d/!d; s/.* //; /\./d'}

none:V:
	echo mk all, install, installall, clean, or nuke

all clean nuke install installall:V:
	for (i in $DIRS) @{
		cd $i
		mk $target
	}