From 7d144d9053e54c5c1df04d383e96aac4ee9064bb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Jun 2024 08:46:26 -0300 Subject: src/set.c: v0 for set_add() --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 088d839..a98c9be 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ MANDIR = $(SHAREDIR)/man EXEC = ./ ## Where to store the installation. Empty by default. DESTDIR = -LDLIBS = -lpthread -lsiphashbs +LDLIBS = -lpthread -lendiannessbs -lsiphashbs -- cgit v1.2.3