From b26a84b9bbe87cf030491f71bea57ea81e5b9b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Fri, 20 Dec 2024 15:07:20 +0100 Subject: [PATCH] build: not forcing the default compilator --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e8bb3c..4414c32 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2024/12/20 15:00:12 by rparodi ### ########.fr # +# Updated: 2024/12/20 15:06:28 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -17,7 +17,7 @@ NAME = Cub3D NAME_BONUS = Cub3D_bonus # Commands -CC = cc +CC ?= cc RM = rm -rf # Flags