aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-03-10 03:40:34 -0400
committerfrosty <gabriel@bwaaa.monster>2026-03-10 03:40:34 -0400
commite33310f26351e25fda718a353f8b8e9ece0007b5 (patch)
treeac371b6c35bbdda348afbfcfd05ac5ee2c372ab7 /Makefile
parenta11bf8bb6c1baaef51c25d441f5348567280967b (diff)
downloadomnisearch-e33310f26351e25fda718a353f8b8e9ece0007b5.tar.gz
feature: added caching
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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