remove opinionation from Makefile

accidently added some nginx Makefile edits that did not need to be there.
This commit is contained in:
MichaelYick 2023-07-09 16:58:25 -05:00
parent 2fdf796822
commit 6eb6f7d8f6
1 changed files with 1 additions and 1 deletions

View File

@ -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