From e6e9158d3b1394e7190c4fa067715ac223859700 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 13 May 2025 12:57:47 +0200 Subject: [PATCH] style(make): removing useless comment --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index a61e51c..dc23829 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,6 @@ RM = rm -rf # Flags # Mandatory flags for 42 CXXFLAGS = -Werror -Wextra -Wall -std=c++98 -# Flags to have the dependences (can be removed for correction) -# Flags to have the debug (can be removed for correction) SESSION = test-irc # Sources