From e94059c625c32d16c426419c3274a4ceb9e78601 Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Sun, 22 Sep 2019 22:11:41 +0000 Subject: [PATCH] Fix wrong filename for VBR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c70e00f..db1ea66 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ programs/%.com: programs/%.asm nasm -s -I lib -o $@ $< fdimage.img: boot/fat.bs $(DISTFILES) - mformat -C -i $@ -f $(FLOPPY) -B boot/floppy.bs :: + mformat -C -i $@ -f $(FLOPPY) -B boot/fat.bs :: mcopy -i $@ $(DISTFILES) :: hdimage.img: boot/mbr.bs fdimage.img