diff options
author | Mattias Andrée <maandree@kth.se> | 2024-04-13 11:17:57 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-04-13 11:17:57 +0200 |
commit | bbad2aa1db028c33728c1a49a517882756ef3c13 (patch) | |
tree | e94b2362c4dad00a223487fca8cc84e7a4bab789 /config.mk | |
parent | Add libsimple_abspath with e- and en- versions (diff) | |
download | libsimple-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |