diff options
| author | amlal <amlal@el-mahrouss-logic.com> | 2024-03-15 16:13:54 +0100 |
|---|---|---|
| committer | amlal <amlal@el-mahrouss-logic.com> | 2024-03-15 16:13:54 +0100 |
| commit | a87a74f9d56078ec55b3b73c81cfc422dca6554c (patch) | |
| tree | 9101b2954f323e0e3d7e5180c542d7b9e46463c4 | |
| parent | a9bff220fd92e5bda1f488cbc34c191cc14e436f (diff) | |
unrelated: update makefile.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
| -rw-r--r-- | Private/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile index 61ce9a08..ebd9b595 100644 --- a/Private/makefile +++ b/Private/makefile @@ -21,7 +21,7 @@ SCRIPT = --script=Linker/Platforms/PC.lds .PHONY: invalid-recipe invalid-recipe: - @echo "[HCoreKrnl] invalid-recipe: Use make all instead." + @echo "Use a specific target." MOVEALL=./MoveAll.sh |
