-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swap minilibx-linux git cloning to use the https link instead of ssh …
…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
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 # | ||
# # | ||
# **************************************************************************** # | ||
|
||
|
@@ -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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
||
|