home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PMDEBUG.ZIP / TEST.MK < prev   
Text File  |  1990-03-05  |  169b  |  11 lines

  1. .c.obj:
  2.    cl -c -Zi -G2w -Gs  $*.c
  3.  
  4. test.obj: test.c
  5.  
  6. .asm.obj:
  7.    masm -ml  $*.asm;
  8.  
  9. test.exe: test.obj def.
  10.    link /cod/align:16  test ,test,nul,os2,def.;
  11.