From cb93494c080577abdbfc9cdcc6cb4e06a7c0c422 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 17 Mar 2026 14:25:40 +0100 Subject: [PATCH] build(make/clean): adding the suppression of all Sully file generated --- C/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C/Makefile b/C/Makefile index 37425be..59fad4e 100644 --- a/C/Makefile +++ b/C/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2026/01/30 23:25:20 by rparodi ### ########.fr # +# Updated: 2026/03/17 14:11:46 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -76,6 +76,7 @@ $(SULLY): $(OBJ_SULLY) clean: @printf '$(GREY) Removing $(END)$(RED)Objects$(END)\n' @printf '$(GREY) Removing $(END)$(RED)Objects Folder$(END)\n' + @find . -name "Sully_*" -delete @$(RM) $(OBJDIRNAME) # Clean (make fclean)