summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2023-11-07 20:38:24 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2023-11-07 20:38:24 +0700
commit9a4af7a9799bf283cd3c09a353697a32509db8d2 (patch)
tree4b99218fdf27546e2f0a322f44d4216b53bf8a6d /makefile
parentc18781e37e6bfe153e7c0f2bc8b04df0aecf151d (diff)
Fix makefile
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