From 6eb6f7d8f69c46f2a7954ec55625c5a332f084e5 Mon Sep 17 00:00:00 2001 From: Michael Yick Date: Sun, 9 Jul 2023 16:58:25 -0500 Subject: [PATCH] remove opinionation from Makefile accidently added some nginx Makefile edits that did not need to be there. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09b469c..43aa170 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ INC += -I/usr/include -L/usr/lib SRCFILES = src/main.cpp -#DEF += -DCROW_ENABLE_SSL +DEF += -DCROW_ENABLE_SSL LIBS += -lpqxx -lcurl -lcrypto -lssl -pthread