From 87f506fc6edf8140cc6ec1aede38bb316a2e4933 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Mon, 29 Apr 2024 17:24:14 +0200 Subject: Add libft and prettify the make-process --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..87a27f6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libft"] + path = libft + url = https://github.com/dpu-kaiser/libft -- cgit v1.2.3