home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / dosutils / recall11.arj / MAKEFILE next >
Text File  |  1991-07-30  |  121b  |  5 lines

  1. # nb: nulls in original .COM changed to NOPs
  2. RECALL.Com: RECALL.Asm
  3.     TASM /c /l /q /t /w+ /z RECALL
  4.     TLINK /t RECALL
  5.