summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal <amlal@mh.com>2024-02-26 15:46:11 +0000
committerAmlal <amlal@mh.com>2024-02-26 15:46:11 +0000
commitef334847f61125e610e719f8dc1580d7f07e6c1d (patch)
treefceaa0e2a9d2e33277651a4d6494690bb134fa03
parentbdcc3d84e08a509a766a469a605a97419ec14c35 (diff)
meta: update makefile.
Signed-off-by: Amlal <amlal@mh.com>
-rw-r--r--Private/makefile2
1 files changed, 1 insertions, 1 deletions
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