shithub: riscv

ref: 2aff96f17c4127617a48f75032c13e19cd3eb4a9
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