multithreaded makefile
Some checks are pending
Nightly Build / build-and-release (push) Waiting to run

This commit is contained in:
Myles "Mellurboo" Wilson 2026-05-14 17:00:22 +01:00
parent deea3eaabc
commit 85c93cbcfa

View file

@ -2,6 +2,8 @@
# This software is released under the GNU General Public License v3.0. See LICENSE file for details.
# This header needs to maintain in any file it is present in, as per the GPL license terms.
export MAKEFLAGS += -j4
CC = x86_64-elf-gcc
LD = x86_64-elf-ld
NASM = nasm