From 01ff62c0e497ab498351e1e1a1d8088aeb2130e3 Mon Sep 17 00:00:00 2001 From: hybrid Date: Tue, 2 Jun 2026 13:05:35 +0300 Subject: fix: malloc and space in tmp string --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f07c32b..d9c25dc 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CC ?= gcc CFLAGS := -Wall -O2 -std=c99 LDFLAGS := -LDLIBS := +LDLIBS := -lm SRCDIR := src BINDIR := bin -- cgit v1.3.1