home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / os2tee / tee.mak < prev   
Encoding:
Text File  |  1988-08-12  |  78 b   |  6 lines

  1. #
  2. #               Create .EXE from .C
  3. #
  4. tee.exe: tee.c
  5.   cl /Ox /Fs $*.c
  6.