shithub: front

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