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