We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf26fa commit d4096c4Copy full SHA for d4096c4
src/Makefile
@@ -14,7 +14,7 @@ CFLAGS = -O -Wall -fomit-frame-pointer -fstrength-reduce -D__DOS_INLINE__ -D__IO
14
-DFSCK
15
16
17
-SRCS = main.c disk.c sector.c root.c fat.c dump.c dir.c dirsub.c collect.c malloc.c print.c error.c
+SRCS = main.c disk.c sector.c root.c fat.c dir.c dirsub.c collect.c malloc.c print.c error.c
18
OBJS = $(subst .c,.o,$(SRCS))
19
20
TARGETS = fsck.x
0 commit comments