summaryrefslogtreecommitdiffhomepage
path: root/posix.make
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-21 09:12:06 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-21 09:12:06 +0200
commit5e49fbae54bd7dcbf2e893acaef699ce9f2587f3 (patch)
tree442826994985742eec15a6a26bf537141ebb379a /posix.make
parentf4ee9dd22c91c076ad2bd8ba082f7ad02afac350 (diff)
MHR-21: Refactor, WiP symbol support in mov.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'posix.make')
-rw-r--r--posix.make2
1 files changed, 1 insertions, 1 deletions
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)