aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-01-17 16:22:17 +0100
committerMattias Andrée <maandree@kth.se>2022-01-17 16:22:17 +0100
commitee69cf123fe09078deb5cf87ecb3937d7099dd94 (patch)
tree061a58aa6dfe7d6f246cc9c6c0436fd1fb30071c /config.mk
parentFirst commit (diff)
downloadlibar2-ee69cf123fe09078deb5cf87ecb3937d7099dd94.tar.gz
libar2-ee69cf123fe09078deb5cf87ecb3937d7099dd94.tar.bz2
libar2-ee69cf123fe09078deb5cf87ecb3937d7099dd94.tar.xz
Fix config.mk: add -lblake
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 3a09d91..f4f5219 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 -O3
-LDFLAGS = -s
+LDFLAGS = -lblake -s