Metropoli BBS
VIEWER: makefile MODE: TEXT (ASCII)
all: nocrlf.com

.asm.obj:
	tasm /Ml /M2 /JJUMPS $<;


nocrlf.obj: nocrlf.asm

args.obj: args.asm


nocrlf.com: nocrlf.obj args.obj
	tlink /t /x $**;

#	  link $**;
#	  exe2bin $*
[ RETURN TO DIRECTORY ]