diff options
| author | Dominik Kaiser | 2024-03-13 16:08:57 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2024-03-13 16:08:57 +0100 |
| commit | c798bba67796acfe9fd9988247130de87c21efa2 (patch) | |
| tree | 19d849db12c2ad1a93f970637657a5f4b71edd32 /.gitmodules | |
| parent | b2bc6137aee0742dc1bc566ce2674e92988bdf65 (diff) | |
| download | ft_printf-c798bba67796acfe9fd9988247130de87c21efa2.tar.gz ft_printf-c798bba67796acfe9fd9988247130de87c21efa2.zip | |
Add libft as submodule
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..92a2a10 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libft"] + path = libft + url = git@github.com:dpu-kaiser/libft.git |
