🏗️」 wip(http): work in progress, not done yet.

This commit is contained in:
Malik Moussouni
2025-04-10 12:18:48 +02:00
parent 4ce004ee06
commit ebb37d8091
3 changed files with 18 additions and 7 deletions

View File

@ -6,7 +6,7 @@
# By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/10/25 16:09:27 by adjoly #+# #+# #
# Updated: 2025/02/03 16:43:32 by mmoussou ### ########.fr #
# Updated: 2025/04/10 11:52:13 by mmoussou ### ########.fr #
# #
# **************************************************************************** #
@ -57,6 +57,7 @@ fclean: clean
@rm -Rf $(OBJSDIR)
@printf "$(RED)「🗑️」 fclean($(NAME)): program deleted\n"
re: fclean all
re: fclean
@$(MAKE) -s all
.PHONY: clean fclean all re