From 5516f05fc2d41f5050d3550bc6fdcbb752e0e4c6 Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Thu, 2 May 2019 20:25:35 +0000 Subject: [PATCH] Fix makefile for updates --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e2ca03..28d24d3 100644 --- a/Makefile +++ b/Makefile @@ -19,10 +19,10 @@ endif default: kernel.rom -kernel.rom: kernel/*.asm +kernel.rom: kernel/*.asm kernel/*.inc lib/*.inc nasm -s -o $@ -I lib -I kernel kernel/main.asm && scripts/fix-rom.sh $@ -boot/%.bin: boot/%.asm +boot/%.bin: boot/%.asm lib/*.inc nasm -s -o $@ -I lib $< fdimage.img: boot/floppy.bin kernel.rom