From: Robert Pengelly Date: Sat, 26 Oct 2024 08:00:26 +0000 (+0100) Subject: Fixed typo in Makefile.w32 X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=b057a8b54503591763b74965054b7cbe10960b34;p=minixfstools.git Fixed typo in Makefile.w32 --- 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