diff --git a/Makefile b/Makefile index ad84bcb..d4eefac 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,9 @@ fclean : clean @$(ECHO) @$(ECHO) "\e[30;47;1m $(NAME): fclean... \e[0m" -rm -f $(NAME) + $(MAKE) -C Libft fclean + $(MAKE) -C Minilibx clean + -rm $$(find Minilibx -name "Makefile.gen") re : fclean all