From a12316ae536b84163f6d6136a44036496660e27f Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 10 Jun 2025 13:41:09 +0200 Subject: [PATCH] build(make): now Makefile compile all the commands --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 \