From d263db9e3904d638ec82d4040e6dd2b3f68b6c5a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 26 May 2024 09:49:56 -0300 Subject: Makefile: update "siphash" to new "siphashbs" name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c75af3..ffc06f4 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ MANDIR = $(SHAREDIR)/man EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = -LDLIBS = -lsiphash +LDLIBS = -lsiphashbs -- cgit v1.2.3