summaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 09:21:46 +0100
committerGitHub <noreply@github.com>2025-11-19 09:21:46 +0100
commitdc87375b9a0103e8c9dd39393abc21113e2dd917 (patch)
tree56863a984b488d880d9968c8af7ba9bcc1c7c400 /GNUmakefile
parent8cf214b3e06556aa0aa18133aac60ddbedebc06e (diff)
parent6132d2c6a751ebffc29f950ca3755a05595dd99e (diff)
Merge pull request #7 from nekernel-org/dev
feat: new documented codebase and improvements.
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