Add space between the equal

This commit is contained in:
Alex
2023-04-04 03:40:39 +03:00
parent ad53b53104
commit c8312bd3cd

View File

@ -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