From a9bff220fd92e5bda1f488cbc34c191cc14e436f Mon Sep 17 00:00:00 2001 From: amlal Date: Fri, 15 Mar 2024 16:05:53 +0100 Subject: HCR-14: See below. KernelKit && FSKit: Start work on HCFS support. Signed-off-by: amlal --- Private/makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Private/makefile') 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: -- cgit v1.2.3