aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-04-13 11:17:57 +0200
committerMattias Andrée <maandree@kth.se>2024-04-13 11:17:57 +0200
commitbbad2aa1db028c33728c1a49a517882756ef3c13 (patch)
treee94b2362c4dad00a223487fca8cc84e7a4bab789 /config.mk
parentAdd libsimple_abspath with e- and en- versions (diff)
downloadlibsimple-bbad2aa1db028c33728c1a49a517882756ef3c13.tar.gz
libsimple-bbad2aa1db028c33728c1a49a517882756ef3c13.tar.bz2
libsimple-bbad2aa1db028c33728c1a49a517882756ef3c13.tar.xz
Add -lm
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index c9919fd..9bafe24 100644
--- a/config.mk
+++ b/config.mk
@@ -5,4 +5,4 @@ CC = cc
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c11 -Wall -Wextra -O2
-LDFLAGS = -s
+LDFLAGS = -s -lm