shithub: purgatorio

ref: f8935b5778397074d41a48205e5c7f87d7b531fe
dir: /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