From e851a2a0f58cd15c6eba46805e8890613430ffe1 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 25 Aug 2019 21:11:01 +0200 Subject: messing around with git modules --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c3c466b..92ebdd9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "libft"] path = libft - url = ./libft + url = https://github.com/HappyTramp/libft -- cgit