From 0c8e641e4513c927623b7180bb31e400d988b94a Mon Sep 17 00:00:00 2001 From: gbaconni Date: Fri, 22 Oct 2021 11:54:26 +0000 Subject: [PATCH] 2021-10-22 11:54:26 --- libft/README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/libft/README.md b/libft/README.md index c2664a9..b352154 100644 --- a/libft/README.md +++ b/libft/README.md @@ -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