shithub: sysbench

ref: 721724916347c46df7cfa3105ac6fd1f6da652ed
dir: /mkfile/

View raw version
</$objtype/mkfile


TARG=\
	rdwr\
	lock\
	spawn\
	fcall\
	fsio\
	libc\

OFILES=\
	bench.$O\

HFILES=\
	bench.h\

</sys/src/cmd/mkmany

bench:V: all $O.nop
	for(t in $TARG)
		$O.$t

%.bench:V: $O.%
	$O.$stem

nop.$O:	nop.c
	$CC $CFLAGS nop.c

$O.nop:	nop.$O
	$LD -o $target $prereq