summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1d5571a..666c226 100644
--- a/Makefile
+++ b/Makefile
@@ -31,11 +31,11 @@ out/obj/%.c.o: src/%.c
.PHONY: boot debug lint clean
-boot: out/fs/boot/kernel.bin
- qemu-system-i386 -kernel $< $(QFLAGS) -no-shutdown
+boot: out/boot.iso
+ qemu-system-i386 $< $(QFLAGS) -no-shutdown
-debug: out/fs/boot/kernel.bin
- qemu-system-i386 -kernel $< $(QFLAGS) -s -S &
+debug: out/boot.iso
+ qemu-system-i386 $< $(QFLAGS) -s -S &
sleep 1
gdb