From de8efd689efb5bb023ea5c1c2dc7ce487561a2ee Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sat, 28 Mar 2026 16:24:03 +1100 Subject: fix(Makefile): Do not include folders within the include directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ed4e3f..f24c6e2 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3