home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / samples / sort / makefile next >
Encoding:
Makefile  |  1993-11-28  |  65 b   |  4 lines

  1. sort.exe : sort.cc
  2.     gcc -O4 -g sort.cc -o sort
  3.     coff2exe sort
  4.