well i think i have the Config Parser working and pretty clean, there might be a few tweaks here and there but looks good, now to integrate it with Webserv

This commit is contained in:
Me
2022-07-30 21:08:21 +02:00
parent a5fa5462d4
commit 665623c7ee
8 changed files with 318 additions and 144 deletions

View File

@@ -20,13 +20,14 @@ HEADERS = Webserv.hpp \
Client.hpp \
Server.hpp \
MethodType.hpp \
utils.hpp \
DEPENDENCIES = $(HEADERS:%=$(HEADERS_D)/%)
SRCS = main.cpp \
Webserv.cpp \
ConfigParser.cpp \
utils.cpp \
DIR_OBJS = builds
OBJS = $(SRCS:%.cpp=$(DIR_OBJS)/%.o)