diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2026-09-17 12:23:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-17 12:23:15 +0200 |
| commit | 5d80451f3109232d05432f67d8425ff5e7bef68a (patch) | |
| tree | 3b1c710d7c45c4f1247ed3e9f06c268af03acb02 /Makefile | |
| parent | c2aff68a86400830e0264a07024214671d4161a7 (diff) | |
* Remove src/ from include path
* Define includes ordering for src/ includes
* Update includes.md
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
