From b2c7b8604ed3a4c209a15a9ffd718a43163dd9b4 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 28 Mar 2024 20:54:33 +0100 Subject: NewKernel: Add PowerPC partition type inside EPM, add Leak() FileStream method. and documentation. SystemLib: Start implementing the API. Signed-off-by: Amlal El Mahrouss --- Public/Developer/System.Core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Public/Developer/System.Core/Makefile') diff --git a/Public/Developer/System.Core/Makefile b/Public/Developer/System.Core/Makefile index 32b473f3..34851e99 100644 --- a/Public/Developer/System.Core/Makefile +++ b/Public/Developer/System.Core/Makefile @@ -10,7 +10,7 @@ OUTPUT=SystemLib.lib .PHONY: build-core-amd64 build-core-amd64: - $(CC) $(INC) $(CCFLAGS) $(wildcard Sources/*.c) $(wildcard Sources/*.cxx) $(wildcard AMD64/*.s) -o $(OUTPUT) + $(CC) $(CCINC) $(CCFLAGS) $(wildcard Sources/*.c) $(wildcard Sources/*.cxx) $(wildcard AMD64/*.s) -o $(OUTPUT) .PHONY: all all: build-core-amd64 -- cgit v1.2.3