diff options
| -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 |
