diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-01 19:00:28 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-01 19:00:28 +0200 |
| commit | 9805813dea123dcf4293e4f4b28152a10604fef7 (patch) | |
| tree | 5b5a39d385a100730c99be91a8012dd4cf5c4314 /Private/makefile | |
| parent | 3c4efadf68e2071429925ea7f90f73341200a42f (diff) | |
NewKernel: v412024
- ke_bug_check returns true by default now. BugFix.
- Document file manager. - Improv
- Add \r\n instead of \n endings - Improv.
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: |
