perror() message fix

+ created dir for next split of Webserv.cpp
This commit is contained in:
LuckyLaszlo
2022-07-29 16:05:43 +02:00
parent ab8dfed779
commit e5633a30e4
3 changed files with 15 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ HEADERS_D = srcs
Client.hpp \
Server.hpp
SRCS_D = srcs
SRCS_D = srcs srcs/webserv
SRCS = main.cpp \
ft_itoa.cpp \
Webserv.cpp