diff options
| author | Dominik Kaiser | 2024-04-29 17:24:14 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-04-29 17:24:14 +0200 |
| commit | 87f506fc6edf8140cc6ec1aede38bb316a2e4933 (patch) | |
| tree | 884e8497a7c14a1fd1ab4b40b6b65e5f9dd13cf7 /.gitmodules | |
| parent | 043f5a1e4538d508ed8899559f6dfb8ee1993e4b (diff) | |
| download | pipex-87f506fc6edf8140cc6ec1aede38bb316a2e4933.tar.gz pipex-87f506fc6edf8140cc6ec1aede38bb316a2e4933.zip | |
Add libft and prettify the make-process
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
