From b057a8b54503591763b74965054b7cbe10960b34 Mon Sep 17 00:00:00 2001 From: Robert Pengelly Date: Sat, 26 Oct 2024 09:00:26 +0100 Subject: [PATCH] Fixed typo in Makefile.w32 --- Makefile.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.w32 b/Makefile.w32 index de7a81a..2a16dda 100644 --- a/Makefile.w32 +++ b/Makefile.w32 @@ -30,7 +30,7 @@ mkminixfs.exe: mkfs.c common.c report.c mmd.exe: mmd.c common.c report.c $(CC) $(CFLAGS) -o $@ $^ -mls.exe: mmd.c report.c +mls.exe: mls.c report.c $(CC) $(CFLAGS) -o $@ $^ mcopy.exe: mcopy.c common.c report.c -- 2.34.1