Untitled_Kernel/module_bootloader/Makefile
lordtet 0831fb86e4 Added some framework to create a bootable ISO with grub as the
bootloader. Eventually the bootloader will be a submodule of this dir -
but for now GRUB works for boot.
2025-05-26 17:42:00 -04:00

9 lines
120 B
Makefile

# Makefile
#Some definitions
SRC_DIR = src
BUILD_DIR = build
all:
grub-mkrescue -o $(BUILD_DIR)/uOS.iso $(SRC_DIR)