shithub: front

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