From f3dc9b6ee0f7efa176bb45d112fb4a3622223dde Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 19 Jun 2025 11:34:03 +0200 Subject: [PATCH] fix(build/topic): topic now addded to the file --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9831d4c..c16f1b5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: sben-tay +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/05/02 15:40:00 by rparodi #+# #+# # -# Updated: 2025/06/17 17:06:04 by sben-tay ### ########.fr # +# Updated: 2025/06/19 11:29:58 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -39,6 +39,7 @@ SRC = sources/channel/channel.cpp \ sources/commands/ping.cpp \ sources/commands/pong.cpp \ sources/commands/privmsg.cpp \ + sources/commands/topic.cpp \ sources/commands/userCmd.cpp \ sources/commands/whois.cpp \ sources/commands/whowas.cpp \