From d9fd91911f804a8a8c74be851190bf61be2a6109 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Tue, 3 Oct 2023 16:49:16 +0200 Subject: [PATCH] This branch should be useable as a submodule for Libft. For this reason Libft is removed and Makefile changed accordingly. --- .gitmodules | 3 --- Libft | 1 - 2 files changed, 4 deletions(-) delete mode 160000 Libft diff --git a/.gitmodules b/.gitmodules index 48b01da..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "Libft"] - path = Libft - url = git://78.102.58.167/Libft.git diff --git a/Libft b/Libft deleted file mode 160000 index 5cda9c6..0000000 --- a/Libft +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5cda9c641f76695f327eec126dfb8e9ed91f7792 -- 2.30.2