From 62ace5068979d4956abd2897e27eb5e078ac95dc Mon Sep 17 00:00:00 2001 From: Fabrice Date: Sun, 1 Mar 2026 19:08:38 +0100 Subject: string handling --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 3c719a1..d5c4fad 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,7 @@ PRINTF := printf # ====== Flags ====== # CCXX_FLAGS := \ -Wall -Wextra -Werror -pedantic \ - -MMD -MP + -MMD -MP -I$(SRC_DIR) CXX_FLAGS := -std=c++14 -nostdlib++ \ $(CCXX_FLAGS) -fno-rtti -fno-exceptions -- cgit v1.2.3