aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-15 17:29:37 +0100
committerMattias Andrée <maandree@kth.se>2022-02-15 17:29:37 +0100
commit229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73 (patch)
treed42ab50bed35d594c3520217c02a988c6fd1c9f4 /config.mk
parentAdd libar2simplified_decode_r (diff)
downloadlibar2simplified-229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73.tar.gz
libar2simplified-229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73.tar.bz2
libar2simplified-229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73.tar.xz
Fix deps
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 1ab83ad..5445241 100644
--- a/config.mk
+++ b/config.mk
@@ -5,4 +5,4 @@ CC = cc
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
CFLAGS = -std=c11 -Wall -g -pthread
-LDFLAGS = -lar2 -lblake -pthread -lrt
+LDFLAGS = -lar2 -lblake -pthread