home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / samples / sample10 / Watcom.mak < prev   
Encoding:
Text File  |  1998-01-18  |  162 b   |  10 lines

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