X-Git-Url: http://git.dujemihanovic.xyz/projects?a=blobdiff_plain;f=Makefile;h=a85a94acd141033159828870efa184d744d3b681;hb=d826097f3b032247dd0396f8cf64b2fa775cea68;hp=9d95b1ef97134bcebc837fe4ab4cfab1e6fff45a;hpb=eec791adfbaddde2f5724e0f5c7319e7d2aaef0e;p=nameless-os.git diff --git a/Makefile b/Makefile index 9d95b1e..a85a94a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ AS = yasm # choose yasm or nasm here ASFLAGS = -f bin # compile a raw binary -boot: boot.s print.s +boot: boot.s print.s disk.s $(AS) $(ASFLAGS) -o $@ boot.s clean: