X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=058cbf5a0a800f345696541d781149d5a6615801;hb=c6c2c1941a030ebda811db613262d317e6041137;hp=4b8184f3c5e0ec58c5d5f747d9aaee5d5c19e8d2;hpb=61b721d365efaaae4d5ebb8d13972faa697be54b;p=rrq%2Fjonasforth.git diff --git a/Makefile b/Makefile index 4b8184f..058cbf5 100644 --- a/Makefile +++ b/Makefile @@ -22,9 +22,6 @@ out/startup.nsh: mkdir -p out echo 'fs0:main' >out/startup.nsh -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