Skip to content

Commit

Permalink
Swap minilibx-linux git cloning to use the https link instead of ssh …
Browse files Browse the repository at this point in the history
…to adress perms issues with the workflow, fixes norm
  • Loading branch information
Jean Teissier authored and Jean Teissier committed Aug 15, 2024
1 parent af566a5 commit dbf7027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: jteissie <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# 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 #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -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)

Expand Down
4 changes: 1 addition & 3 deletions srcs/parser/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
/* By: tsuchen <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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"


0 comments on commit dbf7027

Please sign in to comment.