Fixed typo in Makefile.w32
authorRobert Pengelly <robertapengelly@hotmail.com>
Sat, 26 Oct 2024 08:00:26 +0000 (09:00 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sat, 26 Oct 2024 08:00:26 +0000 (09:00 +0100)
Makefile.w32

index de7a81a61db919adb97c5a01e2f117dd59951a1e..2a16dda8ca3a9f568c01ad8668d665196b889644 100644 (file)
@@ -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