diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-28 16:24:03 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-28 16:24:03 +1100 |
| commit | de8efd689efb5bb023ea5c1c2dc7ce487561a2ee (patch) | |
| tree | 320888792066dbf3f1f1d9eb980b49ba9a08c5c6 | |
| parent | 55653d5e6e9be84550f1eaf0b48d02a97595528a (diff) | |
fix(Makefile): Do not include folders within the include directory
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ AR ?= ar OUTDIR = dist LIB = libtinyff.a -CFLAGS = -Wall -Wextra -Werror -std=c11 -Iinclude -Iinclude/tinyff -Iinclude/ext +CFLAGS = -Wall -Wextra -Werror -std=c11 -Iinclude DEBUG_FLAGS = -g -O0 RELEASE_FLAGS = -O2 SANFLAGS = -fsanitize=address,undefined -g -O1 |
