summaryrefslogtreecommitdiffhomepage
path: root/Private/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Private/makefile')
-rw-r--r--Private/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Private/makefile b/Private/makefile
index 8acbd5c3..4c3b8f5b 100644
--- a/Private/makefile
+++ b/Private/makefile
@@ -1,3 +1,8 @@
+##################################################
+# ; (C) Mahrouss Logic, 2024, all rights reserved.
+# This is the microkernel makefile.
+##################################################
+
CC = x86_64-elf-gcc
LD = x86_64-elf-ld
CCFLAGS = -c -ffreestanding -fno-rtti -fno-exceptions -std=c++20 -D__HAVE_HCORE_APIS__ -D__hCore__ -I../ -I./ -I$(HOME)/