summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2024-02-22 14:28:54 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2024-02-22 14:28:54 +0700
commitec892d3a249804d4f0049e7c7a7e7d1d19fd763b (patch)
treec304cf3d7f40024fed5521f8d8b3ba9e212f6474
parentcbcbf6e7d614ecf94dd7e1b9033f8d599f48662e (diff)
parent9a4af7a9799bf283cd3c09a353697a32509db8d2 (diff)
Merge branch 'main' of github.com:objectiveOS/objective
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index c9e0857..5065549 100644
--- a/makefile
+++ b/makefile
@@ -47,6 +47,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