aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-10-03 04:54:19 -0500
committerIan Moffett <ian@osmora.org>2024-10-03 04:54:19 -0500
commit6084dd1b4652f964d2a9da631e551cdcd96463d7 (patch)
tree995fc2c10f01d8050fa1edff167d63e4358d99d2
parenta6372dd1c784c2de034ce97ad23c61e2396f7746 (diff)
build: Remove unused flags
Signed-off-by: Ian Moffett <ian@osmora.org>
-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