From c8312bd3cd2e80102d2e47d0a5715289138c4d67 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 4 Apr 2023 03:40:39 +0300 Subject: [PATCH] Add space between the equal --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index c79502d9..195bd68d 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -18,7 +18,7 @@ KERNEL_VERSION = pre-alpha-0.0.0.1 # - lynx - Lynx (still under development) # - limine - Limine # - grub - GRUB -BOOTLOADER=limine +BOOTLOADER = limine BUILD_KERNEL = 1 BUILD_USERSPACE = 1