X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=3f6972b095a456029aa65f9063d12f5e007fced9;hb=66af56e;hp=058cbf5a0a800f345696541d781149d5a6615801;hpb=e528551bc019017d3a1313b9d8299d15cc5e3c82;p=rrq%2Fjonasforth.git diff --git a/Makefile b/Makefile index 058cbf5..3f6972b 100644 --- a/Makefile +++ b/Makefile @@ -14,9 +14,9 @@ OVMF_CODE.fd: /usr/share/ovmf/x64/OVMF_CODE.fd OVMF_VARS.fd: /usr/share/ovmf/x64/OVMF_VARS.fd cp $< $@ -out/main: main.asm impl.asm bootstrap.asm sys.f os/uefi.asm +out/main: src/main.asm src/impl.asm src/bootstrap.asm src/uefi.asm init/sys.f init/uefi.f mkdir -p out - OS_INCLUDE=os/uefi.asm fasm $< $@ + fasm $< $@ out/startup.nsh: mkdir -p out