home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / unix / dos2unix.zoo / makefile.msc < prev    next >
Encoding:
Makefile  |  1989-07-05  |  257 b   |  15 lines

  1. #
  2. #                              Makefile.MSC
  3. #
  4. # Makes dos2unix and unix2dos
  5. #
  6.  
  7. CFLAGS =
  8.  
  9. dos2unix.exe : dos2unix.c
  10.     cl $(CFLAGS) $*.c $(LIB)\setargv.obj -link /NOE
  11.  
  12. unix2dos.exe : unix2dos.c
  13.     cl $(CFLAGS) $*.c $(LIB)\setargv.obj -link /NOE
  14.  
  15.