summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-19 07:49:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-19 07:49:30 +0100
commite1d5089d237a34c4977cdf5dfa65c9f58b351d11 (patch)
tree4a93b3cbe86dfdef46400d0e029e1ecdf6edd0d0 /Makefile
parentf772ad47f6021b3ae7899244ea1e1c38e090b1ce (diff)
chore: build: project infra tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 525b195..0c285c1 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ GCC=clang++
GCC_MINGW=x86_64-w64-mingw32-g++
CXXFLAGS=-I./include -L/usr/local/lib -I./vendor -lNeBuildKit
CXXSTD= -std=c++20
-SRC=$(wildcard src/cli/*.cc)
+SRC=$(wildcard src/cli/*.cpp)
OUT=nebuild
CP=cp