Fix building of hdd image

This commit is contained in:
Nero 2020-04-22 21:44:43 +02:00
parent abc7b563cd
commit 63e85af62f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ part.img: fatc.bs $(DISTFILES)
mattrib -i $@ +s ::rdos ::rdos/kernel.bs
hdd.img: part.img mbr.bs
cat $< > $@
cat mbr.bs part.img > $@
clean:
rm -f *.com *.bs *.0 *.lst *.img *.bin *.rom