From e33310f26351e25fda718a353f8b8e9ece0007b5 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 10 Mar 2026 03:40:34 -0400 Subject: feature: added caching --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a598e0b..e4fc322 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ else LDFLAGS := endif -LIBS := -lbeaker -lcurl -lxml2 -lpthread -lm +LIBS := -lbeaker -lcurl -lxml2 -lpthread -lm -lssl -lcrypto SRC_DIR := src BIN_DIR := bin -- cgit v1.2.3