Makefile Update

This commit is contained in:
Adrien Bourmault 2018-12-20 19:16:31 +01:00
parent 7ac48c1893
commit 74f4463efc
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ boot.loader.s: $(BOOTDIR)/loader.s
$(ASM) $(BOOTFLAGS) $(BOOTDIR)/loader.s -o $(OBJDIR)/boot/loader.bin
bootloader: boot.mbr.s boot.loader.s
cat $(OBJDIR)/boot/mbr.bin $(OBJDIR)/boot/loader.bin > $(BINDIR)/bootloader.bin
cp $(OBJDIR)/boot/mbr.bin $(BINDIR)/mbr.bin
cp $(OBJDIR)/boot/loader.bin $(BINDIR)/loader.bin
#----------------------------------------------------------------------------#
# TESTING MAKEFILE