shithub: riscv

ref: f616c63b399fed4f78121f387be9599e8e0c2b4c
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