From bb11d32131e786b40550375005b12bcb31cf25d7 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 23 Jul 2025 09:10:10 +0100 Subject: feat! NeBuild and BuildKit has been improved and refactored. They now are called 'nebuild' instead of 'btb' Signed-off-by: Amlal El Mahrouss --- dev/BuildKit/Includes.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/BuildKit/Includes.h') 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 #include @@ -14,4 +14,4 @@ #include #include -#endif // BTB_INCLUDES_H +#endif // NEBUILD_INCLUDES_H -- cgit v1.2.3