2021-10-22 11:54:26

This commit is contained in:
gbaconni
2021-10-22 11:54:26 +00:00
parent 3c05064a16
commit 0c8e641e45

View File

@@ -33,13 +33,18 @@ make update
```
cd 42test/libft
make test
# or
make a
# work on both MacOS X and Linux
make b
make c
# work on Linux
make a
# work on MacOS X
make d
# launch a b c d
make test
```
## External Subprojects