summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index ab744ff..8208d4a 100644
--- a/makefile
+++ b/makefile
@@ -46,6 +46,7 @@ startbuild:
install:
@echo "Creating an iso image of OS"
+ mkdir -p ./iso/os/
cp ./$(BDIR)/kernel.bin ./iso/os/
grub-mkrescue -o ./$(BDIR)/kernel.iso ./iso