Makefile work with dependencies

This commit is contained in:
hugogogo
2022-07-29 11:06:35 +02:00
6 changed files with 313 additions and 102 deletions

View File

@@ -13,7 +13,10 @@ CXXFLAGS += -MMD -MP #header dependencie
VPATH = $(SRCS_D)
HEADERS = $(HEADERS_D:%=-I%)
HEADERS_D = headers
HEADERS_D = srcs
#HEADERS = Webserv.hpp \
Client.hpp \
Server.hpp
SRCS_D = srcs
SRCS = main.cpp \