diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-14 23:58:59 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-14 23:58:59 +0100 |
| commit | 37648dbe36827881e7de4e07d768d978cc438045 (patch) | |
| tree | ace893e84f655743255ea4cdad73c467690a9649 | |
| parent | 534bba0015d1e60c2092b532fb8febe016a1b4e3 (diff) | |
chore: update makefile purpose.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | test/kernel_test/Makefile | 2 | ||||
| -rw-r--r-- | test/libsystem_test/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/kernel_test/Makefile b/test/kernel_test/Makefile index 823ac0d2..c4057a5e 100644 --- a/test/kernel_test/Makefile +++ b/test/kernel_test/Makefile @@ -1,6 +1,6 @@ ################################################## # (c) Amlal El Mahrouss and NeKernel Authors, licensed under the Apache 2.0 license. -# This file is for libSystem.dll's testing stubs. +# This file is for kernel testing. ################################################## GCC=x86_64-w64-mingw32-g++ -Wl,-subsystem=17 diff --git a/test/libsystem_test/Makefile b/test/libsystem_test/Makefile index 0e38e134..a2bb9d4f 100644 --- a/test/libsystem_test/Makefile +++ b/test/libsystem_test/Makefile @@ -1,6 +1,6 @@ ################################################## # (c) Amlal El Mahrouss and NeKernel Authors, licensed under the Apache 2.0 license. -# This file is for libSystem.dll's testing stubs. +# This file is for libsystem testing. ################################################## GCC=x86_64-w64-mingw32-g++ -Wl,-subsystem=17 |
