From 781639fea8a3189b1bea5d7bdf1e2e7c95d4dd39 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Thu, 9 Jan 2025 15:11:45 -0600 Subject: http(s) request --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 086ee34..991b84f 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ CC := clang GIT_COMMIT := "$(shell git describe --tags)-$(shell git describe --always --match 'NOT A TAG')" CFLAGS := -fPIC -DGIT_COMMIT='$(GIT_COMMIT)' -LFLAGS := -lm -shared +LFLAGS := -lm -shared -lcrypto -lssl LINKER := $(CC) TARGET := lullaby.so -- cgit v1.2.3