shithub: purgatorio

ref: 15e065df12bf7ad79000d150cefa5038ee7416b3
dir: purgatorio/utils/rm/mkfile

View raw version
<../../mkconfig

#
#	the rm command is only needed on Windows NT and Windows 95
#

TARG=rm

OFILES=	rm-$TARGMODEL.$O\

HFILES= 

LIBS=9

BIN=$ROOT/$OBJDIR/bin

<$ROOT/mkfiles/mkone-$SHELLTYPE

rm-Posix.c rm-Inferno.c:QV:
	echo 'rm is only built on Windows NT or Windows 95'
	exit 1

$BIN/rm.exe:	$O.out
	rm -f $target && cp $prereq $target