2021-10-22 11:51:27

This commit is contained in:
gbaconni
2021-10-22 11:51:27 +00:00
parent acc11a8639
commit 3c05064a16
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ # # By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
# Updated: 2021/10/22 11:20:42 by gbaconni ### ########.fr # # Updated: 2021/10/22 11:51:01 by gbaconni ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
# #

View File

@@ -12,8 +12,8 @@ ln -snf $(find ~ -mindepth 2 -maxdepth 4 -name libft.h -exec dirname "{}" \; 2>/
# You can also specify the path to your libft # You can also specify the path to your libft
ln -snf ~/Projects/libft/git libft ln -snf ~/Projects/libft/git libft
ln -snf ../../42/libft/git libft ln -snf ~/42/libft/git libft
ln -snf ../libft libft ln -snf $HOME/libft libft
``` ```
Only for Linux Only for Linux

View File

@@ -1 +1 @@
../../42/libft/git /home/baco/42/libft/git