From f50fc68fb950a298379f2873cce08edec3e3f863 Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Sun, 28 Apr 2024 18:14:57 +0200 Subject: [PATCH] Change build dir to 'build' --- shcat_c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shcat_c/Makefile b/shcat_c/Makefile index 4950746c..79def5ac 100644 --- a/shcat_c/Makefile +++ b/shcat_c/Makefile @@ -6,12 +6,12 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2024/04/28 17:36:57 by maiboyer ### ########.fr # +# Updated: 2024/04/28 17:50:28 by maiboyer ### ########.fr # # # # **************************************************************************** # # Objdir -OBJDIRNAME = ./objects +OBJDIRNAME = ./build # Colors GREEN = \033[32m