2021-10-22 11:54:26
This commit is contained in:
@@ -33,13 +33,18 @@ make update
|
|||||||
```
|
```
|
||||||
cd 42test/libft
|
cd 42test/libft
|
||||||
|
|
||||||
make test
|
# work on both MacOS X and Linux
|
||||||
|
|
||||||
# or
|
|
||||||
make a
|
|
||||||
make b
|
make b
|
||||||
make c
|
make c
|
||||||
|
|
||||||
|
# work on Linux
|
||||||
|
make a
|
||||||
|
|
||||||
|
# work on MacOS X
|
||||||
make d
|
make d
|
||||||
|
|
||||||
|
# launch a b c d
|
||||||
|
make test
|
||||||
```
|
```
|
||||||
|
|
||||||
## External Subprojects
|
## External Subprojects
|
||||||
|
|||||||
Reference in New Issue
Block a user