Skip to content

Commit

Permalink
build: do not link dump.c
Browse files Browse the repository at this point in the history
  • Loading branch information
kg68k committed Dec 20, 2023
1 parent 3cf26fa commit d4096c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CFLAGS = -O -Wall -fomit-frame-pointer -fstrength-reduce -D__DOS_INLINE__ -D__IO
-DFSCK


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
OBJS = $(subst .c,.o,$(SRCS))

TARGETS = fsck.x
Expand Down

0 comments on commit d4096c4

Please sign in to comment.