shithub: purgatorio

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