diff options
Diffstat (limited to 'Private/NewBoot/Source/makefile')
| -rw-r--r-- | Private/NewBoot/Source/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index 74ab7878..4e8f17d2 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -10,7 +10,7 @@ FLAG_GNU=-fshort-wchar -fPIC -D__DBG__ -DEFI_FUNCTION_WRAPPER -I../ -I../../ -I. .PHONY: invalid-recipe invalid-recipe: - @echo "invalid-recipe: Use make arch-<arch> all instead." + @echo "invalid-recipe: Use make bootloader-<arch> all instead." .PHONY: bootloader-amd64 bootloader-amd64: |
