home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / samples / sample7 / Watcom.mak < prev   
Text File  |  1996-10-20  |  167b  |  10 lines

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