home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / DJGPP / DJDEV106.ZIP / SAMPLES / COMPRESS / MAKEFILE < prev    next >
Encoding:
Text File  |  1992-03-22  |  96 b   |  5 lines

  1. compress.exe : compress.c
  2.     gcc -O compress.c -o compress
  3.     strip compress
  4.     aout2exe compress
  5.