Add alternative Linux backend
[rrq/jonasforth.git] / Makefile
index 362c429255dcef90992572cfe584f70047864f6c..c812dccc9bb2933bd480bb73c5bfa14d351c3af5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@ out/main: main.asm impl.asm bootstrap.asm sys.f os/uefi.asm
        mkdir -p out
        OS_INCLUDE=os/uefi.asm fasm $< $@
 
+main: main.asm impl.asm bootstrap.asm sys.f os/linux.asm
+       OS_INCLUDE=os/linux.asm fasm $< $@
+
 .PHONY: clean
 clean:
        rm -rf out OVMF_CODE.fd OVMF_VARS.fd