summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-27 22:43:34 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-27 22:43:34 +0100
commitfe03952bf6dbf32509a9322e34ac1b5c9d0dbe25 (patch)
tree04bb502e93321c08cbc1feb8ec8a9c42bf33896b /Makefile
parent8e27a0f610819130a91a4076eaab1ab657ab3c72 (diff)
chore: update NeBuild file structure.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7c79b23..e003bc0 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/*.cpp)
+SRC=$(wildcard src/CommandLine/*.cpp)
OUT=nebuild
CP=cp
@@ -24,7 +24,7 @@ build-nebuild-windows:
.PHONY: help
help:
- @echo "=> NEBUILD HELP:"
+ @echo "=> NeBuild:"
@echo "=> help: Show this help message."
@echo "=> build-nebuild-windows: Build NeBuild for Windows."
@echo "=> build-nebuild: Build NeBuild for POSIX."