diff options
| author | Amlal <amlal@mh.com> | 2024-02-26 15:46:11 +0000 |
|---|---|---|
| committer | Amlal <amlal@mh.com> | 2024-02-26 15:46:11 +0000 |
| commit | ef334847f61125e610e719f8dc1580d7f07e6c1d (patch) | |
| tree | fceaa0e2a9d2e33277651a4d6494690bb134fa03 | |
| parent | bdcc3d84e08a509a766a469a605a97419ec14c35 (diff) | |
meta: update makefile.
Signed-off-by: Amlal <amlal@mh.com>
| -rw-r--r-- | Private/makefile | 2 |
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 |
