home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / timer / timerzen / makefile next >
Encoding:
Makefile  |  1991-05-28  |  164 b   |  9 lines

  1. testimer.com: testimer.obj timer.obj
  2.     tlink /x /t testimer timer, testimer.com
  3.  
  4. timer.obj:
  5.     tasm /ml /s timer.asm
  6.  
  7. testimer.obj:
  8.     tasm /ml /s testimer.asm
  9.