We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aee143 commit b838c27Copy full SHA for b838c27
Makefile
@@ -15,7 +15,7 @@ SRCS = ./parcing/parcer.cpp \
15
./server/http/http_request.cpp \
16
./server/http/http_response.cpp \
17
./server/fd_handler.cpp \
18
- ./main.cpp \
+ ./main.cpp \
19
./server/server_init.cpp \
20
./server/servers.cpp \
21
./server/socket.cpp
main.cpp
@@ -19,4 +19,5 @@ int main(int arc, char **arv)
}
servers webserve;
webserve.deploy();
22
+ return 0;
23
0 commit comments