From 24c854b3f534b9983a923d108dd7a1f8f479cea3 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 2 Jun 2025 00:38:31 +0200 Subject: [PATCH] build(cmd): adding all command --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index b621a04..065f3af 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: omoudni +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/05/02 15:40:00 by rparodi #+# #+# # -# Updated: 2025/05/29 12:31:53 by rparodi ### ########.fr # +# Updated: 2025/06/02 00:38:02 by rparodi ### ########.fr # # # #******************************************************************************# @@ -25,15 +25,16 @@ SESSION = test-irc # Sources SRC = sources/channel/channel.cpp \ + sources/commands/commands.cpp \ + sources/commands/invite.cpp \ + sources/commands/join.cpp \ + sources/commands/pass.cpp \ sources/core/PollManager.cpp \ sources/core/Server.cpp \ sources/core/check.cpp \ sources/core/main.cpp \ sources/core/parser.cpp \ - sources/user/user.cpp \ - sources/commands/commands.cpp \ - sources/commands/pass.cpp \ - sources/commands/invite.cpp + sources/user/user.cpp INC_DIR = include/core \ include/commands \