make install

This commit is contained in:
2024-02-16 22:15:52 +01:00
parent 5e6c725b6b
commit bf1d42d5f5

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2023/07/28 00:35:01 by tomoron #+# #+# # # Created: 2023/07/28 00:35:01 by tomoron #+# #+# #
# Updated: 2024/02/16 21:56:22 by tomoron ### ########.fr # # Updated: 2024/02/16 22:15:40 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -52,6 +52,9 @@ clean:
rm -rf $(OBJS_DIR) rm -rf $(OBJS_DIR)
make --no-print-directory -C ./libft clean make --no-print-directory -C ./libft clean
install: $(NAME)
cp $(NAME) ~/.local/bin/msh
fclean: clean fclean: clean
rm -f $(NAME) rm -f $(NAME)
make --no-print-directory -C ./libft fclean make --no-print-directory -C ./libft fclean