Modification Makefile
This commit is contained in:
parent
e35b9d3e9e
commit
4460a6ab2e
8
Makefile
8
Makefile
|
@ -6,7 +6,7 @@
|
||||||
# By: erey-bet <marvin@42.fr> +#+ +:+ +#+ #
|
# By: erey-bet <marvin@42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2022/09/27 04:19:30 by erey-bet #+# #+# #
|
# Created: 2022/09/27 04:19:30 by erey-bet #+# #+# #
|
||||||
# Updated: 2022/12/08 16:58:13 by erey-bet ### ########.fr #
|
# Updated: 2022/12/08 18:10:12 by erey-bet ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
@ -27,9 +27,11 @@ ${NAME}: ${OBJS}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ${OBJS}
|
rm -f ${OBJS}
|
||||||
|
make -C libft clean
|
||||||
|
|
||||||
fclean: clean
|
fclean:
|
||||||
rm -f ${NAME}
|
rm -f ${OBJS} ${NAME}
|
||||||
|
make -C libft fclean
|
||||||
|
|
||||||
re: fclean all
|
re: fclean all
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue