</$objtype/mkfile

qfmt: main.$O lib.$O
	$LD $LDFLAGS -o qfmt main.$O lib.$O

$O.qfmt: test.$O test/init.$O lib.$O
	$LD $LDFLAGS -o $O.qfmt test.$O test/init.$O lib.$O

TEST=qfmt

</sys/src/cmd/mktest

#jl