Skip to content

Commit d4096c4

Browse files
committed
build: do not link dump.c
1 parent 3cf26fa commit d4096c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CFLAGS = -O -Wall -fomit-frame-pointer -fstrength-reduce -D__DOS_INLINE__ -D__IO
1414
-DFSCK
1515

1616

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
17+
SRCS = main.c disk.c sector.c root.c fat.c dir.c dirsub.c collect.c malloc.c print.c error.c
1818
OBJS = $(subst .c,.o,$(SRCS))
1919

2020
TARGETS = fsck.x

0 commit comments

Comments
 (0)