]> git.dujemihanovic.xyz Git - nameless-os.git/blobdiff - Makefile
Read bytes from boot drive
[nameless-os.git] / Makefile
index 9d95b1ef97134bcebc837fe4ab4cfab1e6fff45a..a85a94acd141033159828870efa184d744d3b681 100644 (file)
--- 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: