diff options
Diffstat (limited to 'Private/makefile')
| -rw-r--r-- | Private/makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Private/makefile b/Private/makefile index b8bd757e..a1661bb6 100644 --- a/Private/makefile +++ b/Private/makefile @@ -43,15 +43,14 @@ link-amd64-epm: .PHONY: all all: h-core-amd64-epm link-amd64-epm - @echo "Fully built." - + @echo "NewKernel => OK." .PHONY: help help: @echo "=== HELP ===" @echo "all: Build kernel and link it." - @echo "link-amd64: Link kernel. (PC AMD64)" - @echo "h-core-amd64: Build kernel. (PC AMD64)" + @echo "link-amd64-epm: Link kernel. (PC AMD64)" + @echo "h-core-amd64-epm: Build kernel. (PC AMD64)" .PHONY: clean clean: |
