summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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."