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

@@ -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
ln -snf ~/Projects/libft/git libft
ln -snf ../../42/libft/git libft
ln -snf ../libft libft
ln -snf ~/42/libft/git libft
ln -snf $HOME/libft libft
```
Only for Linux