This commit is contained in:
Samy Ben Tayeb 2025-05-20 16:57:35 +02:00
parent 53a83308de
commit 005995fac2
6 changed files with 270 additions and 118 deletions

View file

@ -3,10 +3,10 @@
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: omoudni <omoudni@student.42paris.fr> +#+ +:+ +#+ #
# By: sben-tay <sben-tay@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/05/02 15:40:00 by rparodi #+# #+# #
# Updated: 2025/05/19 15:13:05 by omoudni ### ########.fr #
# Updated: 2025/05/20 00:09:16 by sben-tay ### ########.fr #
# #
# **************************************************************************** #
@ -25,9 +25,10 @@ SESSION = test-irc
# Sources
SRC = sources/core/main.cpp \
sources/core/server.cpp \
sources/core/Server.cpp \
sources/core/check.cpp \
sources/core/parser.cpp \
sources/core/PollManager.cpp \
INC_DIR = include/core \