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 \