shithub: riscv

ref: 61aeb582ca14c95846cf34c8733659d74e4e5e06
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
	}