From cc28fea4b332ec34f00cc62a4f35084b9f1eb80d Mon Sep 17 00:00:00 2001 From: ice-bit Date: Fri, 2 Aug 2019 12:08:23 +0200 Subject: [PATCH] Fixed makefile bug --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0fe1a42..949cada 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ bochs: bochs -f bochs_cfg -q run: - qemu-system-x86_64 -cdrom iceOS:iso + qemu-system-x86_64 -cdrom iceOS.iso run-curses: - qemu-system-x86_64 -cdrom iceOS.iso -curses \ No newline at end of file + qemu-system-x86_64 -cdrom iceOS.iso -curses