OlejnikKristina / GLTask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLTask

Launch task 1

git clone https://github.com/OlejnikKristina/GLTask.git
cd GLTask/stairway/ && make
./steps [param 1] [param 2]

Launch task 2

git clone https://github.com/OlejnikKristina/GLTask.git
cd GLTask/the_bridge/ && make
./cables [param 1] [param 2]

Launch ls

git clone https://github.com/OlejnikKristina/GLTask.git
cd GLTask/
git submodule init
git submodule update
make -C ft_printf/ -s
cd ls/ && make
./ft_ls -la

About


Languages

Language:C 91.9%Language:Makefile 8.1%