merge luke works with separate files

This commit is contained in:
hugogogo
2022-07-30 18:35:57 +02:00
21 changed files with 1154 additions and 34 deletions

View File

@@ -18,9 +18,12 @@ HEADERS_D = headers
Client.hpp \
Server.hpp
SRCS_D = srcs
SRCS_D = srcs srcs/webserv
SRCS = main.cpp \
Webserv.cpp
ft_itoa.cpp \
base.cpp init.cpp close.cpp epoll_update.cpp signal.cpp \
accept.cpp request.cpp response.cpp \
run_loop.cpp
OBJS_D = builds
OBJS = $(SRCS:%.cpp=$(OBJS_D)/%.o)