summaryrefslogtreecommitdiffhomepage
path: root/Private/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Private/makefile')
-rw-r--r--Private/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Private/makefile b/Private/makefile
index ca3a7bf2..4ef4cd81 100644
--- a/Private/makefile
+++ b/Private/makefile
@@ -41,8 +41,8 @@ error:
MOVEALL=./MoveAll.sh
-.PHONY: h-core-amd64-epm
-h-core-amd64-epm: clean
+.PHONY: newos-amd64-epm
+newos-amd64-epm: clean
windres KernelRsrc.rsrc -O coff -o KernelRsrc.obj
$(CC) $(CCFLAGS) $(DISKDRIVER) $(DEBUG) $(wildcard Source/*.cxx HALKit/AMD64/Storage/*.cxx) $(wildcard HALKit/AMD64/PCI/*.cxx) $(wildcard Source/Network/*.cxx) $(wildcard Source/Storage/*.cxx) $(wildcard HALKit/AMD64/*.cxx) $(wildcard HALKit/AMD64/*.cpp) $(wildcard HALKit/AMD64/*.s)
$(ASM) $(ASMFLAGS) HALKit/AMD64/HalInterruptAPI.asm
@@ -59,7 +59,7 @@ link-amd64-epm:
cp $(KERNEL) Root/Boot
.PHONY: all
-all: h-core-amd64-epm link-amd64-epm
+all: newos-amd64-epm link-amd64-epm
@echo "NewKernel => OK."
.PHONY: help
@@ -67,7 +67,7 @@ help:
@echo "=== HELP ==="
@echo "all: Build kernel and link it."
@echo "link-amd64-epm: Link kernel. (EPM AMD64)"
- @echo "h-core-amd64-epm: Build kernel. (EPM AMD64)"
+ @echo "newos-amd64-epm: Build kernel. (EPM AMD64)"
.PHONY: clean
clean: