aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-01-09 15:11:45 -0600
committeramelia squires <[email protected]>2025-01-09 15:11:45 -0600
commitb0fa1d1bcd4c07ce8623a5b6e8fdfb4c06ec6afc (patch)
tree351aa9d767008370f9a80daeada2052beff2444c /makefile
parent9a8ae72e94d92dc147bafae027d06e22645606a9 (diff)
http(s) request
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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