summaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
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