diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2023-11-07 20:38:24 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2023-11-07 20:38:24 +0700 |
| commit | 9a4af7a9799bf283cd3c09a353697a32509db8d2 (patch) | |
| tree | 4b99218fdf27546e2f0a322f44d4216b53bf8a6d | |
| parent | c18781e37e6bfe153e7c0f2bc8b04df0aecf151d (diff) | |
Fix makefile
| -rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
