summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72e3a27..4441263 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ out/obj/%.c.o: src/%.c
boot: out/fs/boot/kernel.bin
qemu-system-i386 -kernel $< $(QFLAGS) -no-shutdown
-debug: kernel.bin
+debug: out/fs/boot/kernel.bin
qemu-system-i386 -kernel $< $(QFLAGS) -s -S &
sleep 1
gdb