wip vector version
This commit is contained in:
4
Makefile
4
Makefile
@@ -45,11 +45,11 @@ HEADERS = Webserv.hpp
|
||||
DEPENDENCIES = $(HEADERS:%=$(HEADERS_D)/%)
|
||||
|
||||
SRCS = $(MAIN) Webserv.cpp
|
||||
#MAIN = main.cpp
|
||||
MAIN = main.cpp
|
||||
#MAIN = main_luke.cpp
|
||||
#MAIN = main_hugo.cpp
|
||||
#MAIN = main_poll.cpp
|
||||
MAIN = main_select.cpp
|
||||
#MAIN = main_select.cpp
|
||||
|
||||
DIR_OBJS = builds
|
||||
OBJS = $(SRCS:%.cpp=$(DIR_OBJS)/%.o)
|
||||
|
||||
Reference in New Issue
Block a user