aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorhybrid <hybrid@hybridlabs.pro>2026-06-02 13:05:35 +0300
committerhybrid <hybrid@hybridlabs.pro>2026-06-02 13:05:35 +0300
commit01ff62c0e497ab498351e1e1a1d8088aeb2130e3 (patch)
treef20c8ea13ea0390e3abc6d3f1327935dadee6bcb /Makefile
parentc2ef4a1c93cd8a3e70eb4c7acb26f091545dba66 (diff)
downloadcgit_auth-01ff62c0e497ab498351e1e1a1d8088aeb2130e3.tar.gz
cgit_auth-01ff62c0e497ab498351e1e1a1d8088aeb2130e3.tar.bz2
cgit_auth-01ff62c0e497ab498351e1e1a1d8088aeb2130e3.zip
fix: malloc and space in tmp stringsyslog
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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