diff options
Diffstat (limited to 'Private/NewBoot/Source')
| -rw-r--r-- | Private/NewBoot/Source/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 595010d3..8d7f3cb9 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -40,6 +40,7 @@ all: compile-amd64 $(LD_GNU) $(OBJ) $(LD_FLAGS) -o NewBoot.exe $(COPY) NewBoot.exe CDROM/EFI/BOOT/BOOTX64.EFI $(COPY) NewBoot.exe CDROM/EFI/BOOT/NEWBOOT.EFI + $(COPY) NewBoot.exe ../../Root/Boot/NewBoot.exe $(COPY) ../../Root/Boot/NewKernel.exe CDROM/ ifneq ($(DEBUG_SUPPORT), ) |
