home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / WTREE2.ZIP / WINTREE.MAK < prev    next >
Text File  |  1991-11-10  |  179b  |  6 lines

  1. wintree.obj: wintree.c
  2.   cl -c -Alfu -G2s -W3 -Zi -Od wintree.c >> wintree.tmp
  3.  
  4. wintree.exe: wintree.obj wintree.def
  5.   link /BATCH /CODEVIEW @wintree.l       >> wintree.tmp
  6.