diff --git a/Makefile b/Makefile index 7a9ab62..7631623 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # By: jteissie +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2024/08/15 12:02:08 by tsuchen #+# #+# # -# Updated: 2024/08/15 14:18:08 by jteissie ### ########.fr # +# Updated: 2024/08/15 14:25:01 by jteissie ### ########.fr # # # # **************************************************************************** # @@ -57,7 +57,7 @@ $(NAME): $(OBJS) $(H_DEPS) $(CC) $(CFLAGS) $(OBJS) $(MLXFLAGS) $(LIBFT) -o $(NAME) minilibx-linux: - git clone git@github.com:42Paris/minilibx-linux.git $@ + git clone https://github.com/42Paris/minilibx-linux.git $@ bonus: $(NAME) diff --git a/srcs/parser/parser.c b/srcs/parser/parser.c index de6cc00..0b9e644 100644 --- a/srcs/parser/parser.c +++ b/srcs/parser/parser.c @@ -6,10 +6,8 @@ /* By: tsuchen +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/08/15 12:12:00 by tsuchen #+# #+# */ -/* Updated: 2024/08/15 12:13:05 by tsuchen ### ########.fr */ +/* Updated: 2024/08/15 14:25:48 by jteissie ### ########.fr */ /* */ /* ************************************************************************** */ #include "cub3d.h" - -