My projects in C++ that I have done with 42Perpignan
go to the folder you want to test
cd {directory of makefile}build the project
makerun the created file
./{corresponding binary name}clean up the files after use
make fcleanMy projects in C++ that I have done with 42Perpignan
Repository from Github https://github.comharmonie-durrant/CPP-Projects-42
My projects in C++ that I have done with 42Perpignan
go to the folder you want to test
cd {directory of makefile}build the project
makerun the created file
./{corresponding binary name}clean up the files after use
make fcleanMy projects in C++ that I have done with 42Perpignan