clone this repo
git clone https://github.com/Nikappa57/42-bootstrap.gitrename project
mv 42-bootstrap newname && cd newnameclone libft
git clone -b EXTRA https://github.com/Nikappa57/Libft-42.git && mv Libft-42 libftadd your code in srcs/*/
modify Makefile
change project name
NAME = ...
add your subdirs
SUBDIRS = main ...