summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-01 22:03:55 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-01 22:03:55 +0100
commitffa09db5138dea853c910a0307fe5063511abb9f (patch)
treef3bfc548c126fb8280fc44262d265d44eb0fb3c4 /makefile
parentc638003e8aa684bae60e8b3736c6d9db8571e727 (diff)
fixing type errors working on strings
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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 := .