diff options
| -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 |
