From 9b590bbb5be7c15377a8461ad96a42b36d44bba5 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Wed, 6 Oct 2021 20:35:25 +0200 Subject: [PATCH] ajout libft en submodule --- .gitmodules | 3 +++ libft | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 libft diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..73871af --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libft"] + path = libft + url = git@bitbucket.org:hugogogo/libft.git diff --git a/libft b/libft new file mode 160000 index 0000000..d622367 --- /dev/null +++ b/libft @@ -0,0 +1 @@ +Subproject commit d622367cfdc547b2d6cc3a7bfaaa7ed7a1301648