home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / samples / sample13 / Watcom.mak < prev   
Text File  |  1997-03-30  |  187b  |  10 lines

  1. #
  2. # Makefile for OOL sample 13 - Watcom C/C++
  3. #
  4.  
  5. !include ..\Common.inc
  6.  
  7. sample13.exe: sample13.obj
  8.         @$(LD) name sample13.exe $(LDFLAGS) file sample13.obj libr OOLM3W03
  9.  
  10.