summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81e91eb..d067ad7 100755
--- a/Makefile
+++ b/Makefile
@@ -150,6 +150,7 @@ LIBS_PKG += `pkg-config --libs libalx-base`
LIBS = $(LIBS_OPT)
LIBS += $(LIBS_PKG)
+LIBS += -l m
export LIBS