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 c287b3c..7b93c45 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CFILES_OTLIB = $(shell find lib/ -name "*.c")
-CFLAGS_OTLIB = -pedantic -Ilib/include/ -fPIC -lssl -lcrypto
+CFLAGS_OTLIB = -pedantic -Ilib/include/ -fPIC
OTLIB_OBJ = $(CFILES_OTLIB:.c=.o)
CC = gcc