Fix wrong filename for VBR
This commit is contained in:
parent
d19ba03cfd
commit
e94059c625
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue