build(make/clean): adding the suppression of all Sully file generated

This commit is contained in:
Raphael 2026-03-17 14:25:40 +01:00
parent c7139eada6
commit cb93494c08
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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)