From ef334847f61125e610e719f8dc1580d7f07e6c1d Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 26 Feb 2024 15:46:11 +0000 Subject: meta: update makefile. Signed-off-by: Amlal --- Private/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Private/makefile b/Private/makefile index 9e10d7bc..5429a6d6 100644 --- a/Private/makefile +++ b/Private/makefile @@ -44,7 +44,7 @@ link-amd64: cp $(KERNEL) Root/System .PHONY: all -all: h-core link +all: h-core-amd64 link-amd64 @echo "[HCoreKrnl] HCore is linked." .PHONY: clean -- cgit v1.2.3