mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
rename class Header to Client
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,7 +13,7 @@ CPPFLAGS += -MD -MP
|
||||
SRC = $(wildcard ./src/*.cpp)
|
||||
SRC += $(wildcard ./src/*/*.cpp)
|
||||
|
||||
INCLUDES = ./includes/ -I src/Autoindex -I src/config -I src/Header -I src/Server
|
||||
INCLUDES = ./includes/ -I src/Autoindex -I src/config -I src/Client -I src/Server
|
||||
|
||||
OBJ = $(SRC:.cpp=.o)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user