home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / A / BIN / DOSFSCK.1 / DOSFSCK
Encoding:
Text File  |  1994-12-30  |  287 b   |  13 lines

  1. --- Makefile.orig    Fri Dec 30 14:48:11 1994
  2. +++ Makefile    Fri Dec 30 14:48:24 1994
  3. @@ -1,7 +1,7 @@
  4.  CC=cc
  5.  CPP=$(CC) -E
  6. -CFLAGS=-Wall -Wno-parentheses -g
  7. -LDFLAGS=
  8. +CFLAGS=-Wall -Wno-parentheses -O2
  9. +LDFLAGS=-s
  10.  OBJS=boot.o check.o common.o dosfsck.o fat.o file.o io.o
  11.  
  12.  dosfsck:    $(OBJS)
  13.