build(make/clean): adding the suppression of all Sully file generated
This commit is contained in:
parent
c7139eada6
commit
cb93494c08
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue