home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / samples / sample14 / Watcom.mak < prev   
Encoding:
Text File  |  1998-03-20  |  174 b   |  11 lines

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