fix makefile

This commit is contained in:
Gregory Tertyshny 2017-03-25 18:02:30 +02:00
parent 811e2c57df
commit 02fe8897ee

View file

@ -6,7 +6,7 @@
# By: gtertysh <marvin@42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2016/12/14 16:54:48 by gtertysh #+# #+# #
# Updated: 2017/03/24 13:59:39 by gtertysh ### ########.fr #
# Updated: 2017/03/25 17:59:43 by gtertysh ### ########.fr #
# #
# **************************************************************************** #
@ -102,7 +102,7 @@ libclean:
@make clean -s -C $(LIBFT_DIR)
@make clean -s -C $(MLX_DIR)
libfclean:
libfclean: libclean
@make fclean -s -C $(LIBFT_DIR)
re: fclean libfclean all