From 155ade38aa5c906eac3b34a2ba342e496cc5895f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 4 Apr 2024 16:57:09 +0200 Subject: Meta: Update readme to match makefile, remove h-core prefix inside Makefile. Signed-off-by: Amlal El Mahrouss --- Private/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Private/makefile') 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: -- cgit v1.2.3