From ffa09db5138dea853c910a0307fe5063511abb9f Mon Sep 17 00:00:00 2001 From: Fabrice Date: Sun, 1 Mar 2026 22:03:55 +0100 Subject: fixing type errors working on strings --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index f06bcb1..00c2408 100644 --- a/makefile +++ b/makefile @@ -14,7 +14,7 @@ CCXX_FLAGS := \ CXX_FLAGS := -std=c++14 -nostdlib++ \ $(CCXX_FLAGS) -fno-rtti -fno-exceptions -LD_FLAGS := +LD_FLAGS := -lc # ====== Sources ====== # TOP_DIR := . -- cgit v1.2.3