summaryrefslogtreecommitdiffhomepage
path: root/Private/makefile
diff options
context:
space:
mode:
authoramlal <amlal@el-mahrouss-logic.com>2024-03-15 16:05:53 +0100
committeramlal <amlal@el-mahrouss-logic.com>2024-03-15 16:05:53 +0100
commita9bff220fd92e5bda1f488cbc34c191cc14e436f (patch)
tree9a0d67161e8d2c3486c3e0bd9d641e5c01c0976a /Private/makefile
parent7efd511ff45132e540d437f8b2c4d55612a5ab2a (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/makefile10
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: