mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 18:58:40 +00:00
multithreaded makefile
This commit is contained in:
parent
deea3eaabc
commit
045e68806b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -2,6 +2,8 @@
|
||||||
# This software is released under the GNU General Public License v3.0. See LICENSE file for details.
|
# 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.
|
# 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
|
CC = x86_64-elf-gcc
|
||||||
LD = x86_64-elf-ld
|
LD = x86_64-elf-ld
|
||||||
NASM = nasm
|
NASM = nasm
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue