summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralejandro-colomar <colomar.6.4.3@gmail.com>2019-09-15 13:28:24 +0200
committeralejandro-colomar <colomar.6.4.3@gmail.com>2019-09-15 13:28:24 +0200
commitbdf8bfc12023bd65ab65697682ba5a5203bc1bda (patch)
tree767063a3a47ad45026b8101ad16829035e9c8d7e
parent2d34ea4f35a93ab9a9ee9ccc504caa298ed34559 (diff)
fix linker flags
-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