summaryrefslogtreecommitdiffhomepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-24 09:15:17 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-24 09:15:17 +0100
commita3ea256d00e5aac45574c7c8b076b60630f73a95 (patch)
treed639c686922140ee0465b27964ce4d2b854b68b7 /GNUmakefile
parentbb11d32131e786b40550375005b12bcb31cf25d7 (diff)
feat! refactor! Breaking changes of the NeBuild system.
Working on a TOML backend, refactored source code namespace. And add 'toml++' vendor library. See commit details. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b298d7d..a195f86 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -19,5 +19,5 @@ build-nebuild-windows:
.PHONY: help
help:
@echo "=> help: Show this help message."
- @echo "=> build-nebuild-windows: Build BTB for Windows."
- @echo "=> build-nebuild: Build BTB for POSIX."
+ @echo "=> build-nebuild-windows: Build NeBuild for Windows."
+ @echo "=> build-nebuild: Build NeBuild for POSIX."