From 844e094c1aa6a23e9d2d1dc36ac0a1c6432b3bc5 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 23 Mar 2025 18:59:26 +0100 Subject: [PATCH] style: changing the executable name --- cpp06/ex00/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp06/ex00/Makefile b/cpp06/ex00/Makefile index e8a03e1..8aad4ce 100644 --- a/cpp06/ex00/Makefile +++ b/cpp06/ex00/Makefile @@ -6,14 +6,14 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2025/03/22 22:20:09 by rparodi ### ########.fr # +# Updated: 2025/03/23 18:59:18 by rparodi ### ########.fr # # # # **************************************************************************** # # Variables # Name -NAME = intern +NAME = convert # Commands CXX = c++