git: purgatorio

ref: 4a1fc5ccb596a0f88f465b81a638f0068e82f0b9
dir: /utils/mk/mkfile-Posix/

View raw version
#
#	install rule for Posix systems
#

$BIN/%:	$O.out
	test -x $target && mv $target $BIN/mk.save		#because we are executing it
	cp $O.out $target