summaryrefslogtreecommitdiffhomepage
path: root/dev/BuildKit/Includes.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-23 09:10:10 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-23 09:10:10 +0100
commitbb11d32131e786b40550375005b12bcb31cf25d7 (patch)
treede8aff234ac4e57ee333e9af74f331921ae904bc /dev/BuildKit/Includes.h
parentf61f6168ea9da22a1b5a5af62cb4167a7d3018db (diff)
feat! NeBuild and BuildKit has been improved and refactored.
They now are called 'nebuild' instead of 'btb' Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/BuildKit/Includes.h')
-rw-r--r--dev/BuildKit/Includes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/BuildKit/Includes.h b/dev/BuildKit/Includes.h
index e321483..4cb3043 100644
--- a/dev/BuildKit/Includes.h
+++ b/dev/BuildKit/Includes.h
@@ -3,8 +3,8 @@
// Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.
// ============================================================= //
-#ifndef BTB_INCLUDES_H
-#define BTB_INCLUDES_H
+#ifndef NEBUILD_INCLUDES_H
+#define NEBUILD_INCLUDES_H
#include <cstddef>
#include <cstdio>
@@ -14,4 +14,4 @@
#include <string>
#include <thread>
-#endif // BTB_INCLUDES_H
+#endif // NEBUILD_INCLUDES_H