2021-10-22 10:53:42
This commit is contained in:
@@ -6,3 +6,11 @@ Unit Testing for 42 Projects
|
||||
|
||||
Library Forty-Two like a mini Libc for string and memory
|
||||
|
||||
## Setup
|
||||
|
||||
Get it
|
||||
```
|
||||
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
|
||||
@@ -6,9 +6,6 @@ Create a link to the base of your libft
|
||||
(the one with libft.a and all ft_ and Makefile files)
|
||||
|
||||
```
|
||||
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git
|
||||
git submodule update --init
|
||||
|
||||
cd 42test/libft
|
||||
|
||||
ln -snf $(find ~ -mindepth 2 -maxdepth 4 -name libft.h -exec dirname "{}" \; 2>/dev/null | head -n1) libft
|
||||
|
||||
Reference in New Issue
Block a user