From 6084dd1b4652f964d2a9da631e551cdcd96463d7 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 3 Oct 2024 04:54:19 -0500 Subject: build: Remove unused flags Signed-off-by: Ian Moffett --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3