summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDragorn421 <Dragorn421@users.noreply.github.com>2026-09-17 12:23:15 +0200
committerGitHub <noreply@github.com>2026-09-17 12:23:15 +0200
commit5d80451f3109232d05432f67d8425ff5e7bef68a (patch)
tree3b1c710d7c45c4f1247ed3e9f06c268af03acb02 /Makefile
parentc2aff68a86400830e0264a07024214671d4161a7 (diff)
Remove src/ from include path and consider src/ includes in includes style (#2823)HEADmain
* Remove src/ from include path * Define includes ordering for src/ includes * Update includes.md
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 694cb7aa6..2d4efa49a 100644
--- a/Makefile
+++ b/Makefile
@@ -357,7 +357,7 @@ endif
LD_OFORMAT := $(shell $(LD) --print-output-format)
-INC := -Iinclude -Iinclude/libc -Isrc -I$(BUILD_DIR) -I. -I$(EXTRACTED_DIR)
+INC := -Iinclude -Iinclude/libc -I$(BUILD_DIR) -I. -I$(EXTRACTED_DIR)
# Check code syntax with host compiler
CHECK_WARNINGS := -Wall -Wextra -Wno-format-security -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-variable -Wno-missing-braces