diff --git a/Makefile b/Makefile index 61b9d0a..1094634 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: sben-tay +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/05/02 15:40:00 by rparodi #+# #+# # -# Updated: 2025/06/08 23:06:16 by rparodi ### ########.fr # +# Updated: 2025/06/10 13:40:37 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -29,6 +29,9 @@ SRC = sources/channel/channel.cpp \ sources/commands/commands.cpp \ sources/commands/invite.cpp \ sources/commands/join.cpp \ + sources/commands/kick.cpp \ + sources/commands/list.cpp \ + sources/commands/modes.cpp \ sources/commands/nick.cpp \ sources/commands/notice.cpp \ sources/commands/part.cpp \