summaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-08 01:26:29 +0200
committerAmlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>2024-04-08 01:26:29 +0200
commit5cf92b502d4d2bd026f580dc93ba243f657b0e79 (patch)
treeae3afbfb1c4626b1f1e7d14a3658976f47d54c41 /makefile
parent6300c08cc3677bfca7e23077f634d986ed3658c1 (diff)
PowerPC: Add support for li, improving code...
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 04d6ae1..e0d960c 100644
--- a/makefile
+++ b/makefile
@@ -7,7 +7,7 @@
# ========================================================
#
-COMMON_INC=-IHeaders -I./
+COMMON_INC=-I./Headers -I./ -I./Sources/Detail
ifeq ($(shell uname), "Darwin")
LINK_CC=g++ -std=c++20