summaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 09:18:08 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 09:18:08 +0100
commit6132d2c6a751ebffc29f950ca3755a05595dd99e (patch)
tree56863a984b488d880d9968c8af7ba9bcc1c7c400 /GNUmakefile
parentb21246fbf4b082e21f811d488bd85e8dafdee428 (diff)
feat: new documented codebase and improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 44dbfeb..bcdc8e9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -4,7 +4,7 @@
# // ============================================================= //
SUDO=sudo
-GCC=g++
+GCC=clang++
GCC_MINGW=x86_64-w64-mingw32-g++
CXXFLAGS=-I./dev -I./vendor
CXXSTD= -std=c++20