diff options
| author | amlal <amlal@el-mahrouss-logic.com> | 2024-03-15 16:05:53 +0100 |
|---|---|---|
| committer | amlal <amlal@el-mahrouss-logic.com> | 2024-03-15 16:05:53 +0100 |
| commit | a9bff220fd92e5bda1f488cbc34c191cc14e436f (patch) | |
| tree | 9a0d67161e8d2c3486c3e0bd9d641e5c01c0976a /Private/makefile | |
| parent | 7efd511ff45132e540d437f8b2c4d55612a5ab2a (diff) | |
HCR-14: See below.
KernelKit && FSKit: Start work on HCFS support.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/makefile')
| -rw-r--r-- | Private/makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile index 67491247..61ce9a08 100644 --- a/Private/makefile +++ b/Private/makefile @@ -43,7 +43,15 @@ link-amd64: .PHONY: all all: h-core-amd64 link-amd64 - @echo "[HCoreKrnl] HCore is Linked now." + @echo "Fully built." + + +.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)" .PHONY: clean clean: |
