bootloader. Eventually the bootloader will be a submodule of this dir - but for now GRUB works for boot.
9 lines
120 B
Makefile
9 lines
120 B
Makefile
# Makefile
|
|
|
|
#Some definitions
|
|
SRC_DIR = src
|
|
BUILD_DIR = build
|
|
|
|
|
|
all:
|
|
grub-mkrescue -o $(BUILD_DIR)/uOS.iso $(SRC_DIR)
|