aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
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