rename class Header to Client

This commit is contained in:
Talyx
2022-01-29 12:17:26 +03:00
parent 6370655848
commit 880af6cd6a
10 changed files with 98 additions and 98 deletions

View File

@@ -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)