home *** CD-ROM | disk | FTP | other *** search
/ Graphics Programming Black Book (Special Edition) / BlackBook.bin / disk1 / source / chapter43 / makefile < prev   
Makefile  |  1997-06-18  |  65b  |  6 lines

  1. .asm.obj:
  2.   tasm /ml $*
  3.  
  4. l28-1.exe: l28-1.obj
  5.   tlink l28-1
  6.