From 27b7b4bdd608528b590f66bcc90dc66dd2b3854f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 2 Jan 2024 03:54:05 -0300 Subject: Makefile: Add missing -lsiphash dependency --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 501b17b..ae15e05 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ MANDIR = $(SHAREDIR)/man EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = -LDLIBS = +LDLIBS = -lsiphash -- cgit v1.2.3