still working on integrating the config file stuff
This commit is contained in:
12
Makefile
12
Makefile
@@ -13,11 +13,19 @@ VPATH = $(DIR_SRCS)
|
||||
DIR_SRCS = srcs
|
||||
|
||||
HEADERS_D = ./srcs
|
||||
HEADERS = Webserv.hpp
|
||||
HEADERS = Webserv.hpp \
|
||||
ConfigParser.hpp \
|
||||
ServerConfig.hpp \
|
||||
LocationConfig.hpp \
|
||||
|
||||
DEPENDENCIES = $(HEADERS:%=$(HEADERS_D)/%)
|
||||
|
||||
SRCS = main.cpp Webserv.cpp
|
||||
SRCS = main.cpp \
|
||||
Webserv.cpp \
|
||||
ConfigParser.cpp \
|
||||
ServerConfig.cpp \
|
||||
LocationConfig.cpp \
|
||||
|
||||
|
||||
DIR_OBJS = builds
|
||||
OBJS = $(SRCS:%.cpp=$(DIR_OBJS)/%.o)
|
||||
|
||||
Reference in New Issue
Block a user