shithub: riscv

ref: 8c097ae84a500eae9c8e4ee21b7b3ea8f8d23259
dir: /sys/src/ape/lib/mkfile/

View raw version
</$objtype/mkfile

DIRS=9 ap auth bio bsd bz2 draw fmt l mp net sec utf v z

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

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