fix makefile
This commit is contained in:
parent
811e2c57df
commit
02fe8897ee
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -6,7 +6,7 @@
|
||||||
# By: gtertysh <marvin@42.fr> +#+ +:+ +#+ #
|
# By: gtertysh <marvin@42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2016/12/14 16:54:48 by gtertysh #+# #+# #
|
# 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 $(LIBFT_DIR)
|
||||||
@make clean -s -C $(MLX_DIR)
|
@make clean -s -C $(MLX_DIR)
|
||||||
|
|
||||||
libfclean:
|
libfclean: libclean
|
||||||
@make fclean -s -C $(LIBFT_DIR)
|
@make fclean -s -C $(LIBFT_DIR)
|
||||||
|
|
||||||
re: fclean libfclean all
|
re: fclean libfclean all
|
||||||
|
|
Loading…
Add table
Reference in a new issue