From f14de28c06f226d6047778ae525987580ae34ed5 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Fri, 22 Oct 2021 10:33:46 +0200 Subject: [PATCH] 2021-10-22 10:33:46 --- libft/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libft/README.md b/libft/README.md index 0004604..6782c60 100644 --- a/libft/README.md +++ b/libft/README.md @@ -6,6 +6,11 @@ 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 # You can also specify the path to your libft @@ -17,6 +22,8 @@ ln -snf ../libft libft ## Usage ``` +cd 42test/libft + make test # or