X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=88c74ca61bb474c1173dfdaa2a17566f55c4b645;hb=HEAD;hp=3d9b5b5f5cecf238d98a7c2bbcc6399003661654;hpb=c54fde90511092738ba3955e46948a5a19e74755;p=rrq%2Fjonasforth.git diff --git a/Makefile b/Makefile index 3d9b5b5..88c74ca 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ default: out/main # asm and init order is important src/main.asm: src/uefi.asm src/impl.asm src/bootstrap.asm -src/main.asm: init/sys.f init/uefi.f +src/main.asm: init/sys.f init/uefi.f init/blurb.f out: mkdir -p out @@ -35,6 +35,7 @@ EFI.raw: out/main mkfs.fat -C $@ 2048 # =1Mb mmd -i "$@" ::efi mmd -i "$@" ::efi/boot + mcopy -i "$@" Makefile "::EFI/BOOT" mcopy -i "$@" out/main "::EFI/BOOT/bootx64.efi" .PHONY: clean