Fix wrong filename for VBR

This commit is contained in:
Nero 2019-09-22 22:11:41 +00:00
parent d19ba03cfd
commit e94059c625
1 changed files with 1 additions and 1 deletions

View File

@ -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