code: 9ferno

ref: 9a049546a0013a2b6590c05a1ee24e5924b2292c
dir: /utils/mk/mkfile-Nt/

View raw version
#
#	install rule for NT & windows 95
#
#	since we can't reliably copy the new executable
#	onto the already executing copy, we make the user
#	do it manually

$BIN/%:Q:	$O.out
	echo 'mk must be installed manually on Windows systems'
	echo use: cp $O.out $target
	cp $O.out $target