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

  1. .asm.obj:
  2.   tasm /w-RES $*
  3.  
  4. .obj.exe:
  5.   tlink $*
  6.  
  7. l1-1.exe:
  8.