diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-15 17:29:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-15 17:29:37 +0100 |
commit | 229257cd3b8ebf5cc6e7b9dce4173e1e133a1e73 (patch) | |
tree | d42ab50bed35d594c3520217c02a988c6fd1c9f4 /config.mk | |
parent | Add libar2simplified_decode_r (diff) | |
download | libar2simplified-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.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 -D_GNU_SOURCE CFLAGS = -std=c11 -Wall -g -pthread -LDFLAGS = -lar2 -lblake -pthread -lrt +LDFLAGS = -lar2 -lblake -pthread |