home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ETKSIM.ZIP / ESIMPLE.MAK < prev   
Text File  |  1992-02-19  |  272b  |  11 lines

  1. all  :  esimple.obj  esimple.exe  esimple.ex
  2.  
  3. esimple.obj :  esimple.c
  4.       cl -c -W3 -Alfu -G2s -Zi -Zp esimple.c
  5.  
  6. esimple.exe : esimple.obj esimple.def
  7.       link  esimple, /CO /NOI, esimple , os2 llibce, esimple
  8.  
  9. esimple.ex  : esimple.e
  10.       etpm  esimple
  11.