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

  1. .asm.obj:
  2.   tasm /w-RES $*
  3.  
  4. .obj.exe:
  5.   tlink $*
  6.  
  7. all: 1 2 3 4
  8.  
  9. 1: l7-1.exe
  10.  
  11. 2: l7-2.exe
  12.  
  13. 3: l7-3.exe
  14.  
  15. 4: l7-4.exe
  16.