adding lilbft submodule
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "libft"]
|
||||||
|
path = libft
|
||||||
|
url = gitea@gitea.hugulumu.com:42/42_INT_01_libft.git
|
||||||
10
README.md
10
README.md
@@ -1,4 +1,14 @@
|
|||||||
# 42_EXT_05_computorv1
|
# 42_EXT_05_computorv1
|
||||||
|
|
||||||
|
|
||||||
|
## ressources
|
||||||
|
|
||||||
- project intra : https://projects.intra.42.fr/projects/42cursus-computorv1
|
- project intra : https://projects.intra.42.fr/projects/42cursus-computorv1
|
||||||
- project luke : https://github.com/LuckyLaszlo/computorv1
|
- project luke : https://github.com/LuckyLaszlo/computorv1
|
||||||
|
|
||||||
|
## install
|
||||||
|
|
||||||
|
this project uses submodules (maybe recursively), so either :
|
||||||
|
|
||||||
|
- `git clone --recurse-submodules <repo-url>`
|
||||||
|
- or, after cloning : `git submodule update --init --recursive`
|
||||||
|
|||||||
1
libft
Submodule
1
libft
Submodule
Submodule libft added at 603303a21b
Reference in New Issue
Block a user