diff --git a/Makefile b/Makefile index f9432dd..4307097 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # 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) make --no-print-directory -C ./libft clean +install: $(NAME) + cp $(NAME) ~/.local/bin/msh + fclean: clean rm -f $(NAME) make --no-print-directory -C ./libft fclean