From 5e49fbae54bd7dcbf2e893acaef699ce9f2587f3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 21 May 2024 09:12:06 +0200 Subject: MHR-21: Refactor, WiP symbol support in mov. Signed-off-by: Amlal El Mahrouss --- posix.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix.make') diff --git a/posix.make b/posix.make index 42e0ece..4e47c53 100644 --- a/posix.make +++ b/posix.make @@ -19,7 +19,7 @@ LINK_ALT_4_OUTPUT=Output/ppclink.exec PP_SRC=Sources/bpp.cc PP_OUTPUT=Output/bpp.exec -SRC_COMMON=Sources/String.cc Sources/AssemblyFactory.cxx +SRC_COMMON=Sources/String.cc Sources/AssemblyFactory.cc # C++ Compiler (AMD64) AMD64_CXX_SRC=Sources/cplusplus.cc $(SRC_COMMON) -- cgit v1.2.3