home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / MSDOS / TOOLS / UNSHAR / MAKEFILE < prev    next >
Encoding:
Text File  |  1990-03-02  |  139 b   |  6 lines

  1. CC=qcl
  2. #CFLAGS=-Od -Zi
  3.  
  4. unshar.exe: Makefile unshar.obj getopt.obj index.obj
  5.     $(CC) -o unshar -F 8000 unshar.obj getopt.obj index.obj
  6.