home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / ASMDLL.ZIP / TOUCH.MAK < prev    next >
Text File  |  1989-12-31  |  389b  |  14 lines

  1. #########################################
  2. #                                       #
  3. #   Makefile for the Touch utility      #
  4. #  Remove /Zi & /co after debugging     #
  5. #                                       #
  6. #########################################
  7.  
  8.  
  9. touch.obj : touch.asm touch.mak
  10.     masm /Zi /Mx $*;
  11.  
  12. touch.exe : touch.obj touch.mak
  13.     link /co $*,,,doscalls + djo,$*
  14.