From ad44d90db928d5aff3fdc5c89d24d56bd6b8b160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 4 Jul 2021 23:48:29 +0300 Subject: [PATCH] Include source on the floppy --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 216e1c8..ac8176c 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ nor86.img: boot.bin nor86.krn CC0 README.md rw -i boot.bin -o $@ mcopy -i $@ CC0 :: mcopy -i $@ README.md :: + mcopy -i $@ *.asm :: + mcopy -i $@ *.inc :: mcopy -i $@ nor86.krn :: nor86.krn: kernel.asm