shithub: riscv

ref: 17ae0ea757735e2758a1cd5ab365cbab5e0b91cf
dir: /sys/src/cmd/execnet/mkfile/

View raw version
</$objtype/mkfile

TARG=execnet

OFILES=\
	client.$O\
	fs.$O\
	main.$O\
	note.$O\

HFILES=dat.h

BIN=/$objtype/bin
UPDATE=\
	mkfile\
	$HFILES\
	${OFILES:%.$O=%.c}\
	${TARG:%=/386/bin/%}\

</sys/src/cmd/mkone