From 2c3452f5fe3ffa0e4161815e8d5d9abb51666a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sun, 20 Aug 2023 05:12:31 +0000 Subject: [PATCH] Update Makefile --- test/tap/tap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tap/Makefile b/test/tap/tap/Makefile index 464d0a97a..02500aa57 100644 --- a/test/tap/tap/Makefile +++ b/test/tap/tap/Makefile @@ -36,7 +36,7 @@ clean: OPT=-O2 debug: OPT = -O0 -DDEBUG -ggdb -debug: libtap.a libtap.so +debug: libtap.a libtap.so libssl.so.3 libcrypto.so.3 libcpp_dotenv.so command_line.o: command_line.cpp cpp-dotenv/static/cpp-dotenv/libcpp_dotenv.a g++ -fPIC -c command_line.cpp -std=c++11 $(INCLUDEDIRS) $(OPT)