home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / S12324.ZIP / SAMPLE next >
Text File  |  1989-04-11  |  147b  |  11 lines

  1.  
  2. cp=cl -d -c -AM -G2sw -Os -Zpei -W3
  3.  
  4. .c.obj:
  5.     $(cp) $*.c
  6.  
  7. sample.obj: sample.c
  8.  
  9. sample.exe: sample.obj
  10.     link sample/CO/MAP,,,os2;
  11.