1- Clone this repository:
git clone https://github.com/reomelo/42Porto-philosophers.git
2- Run make
and execute philo with some arguments (read subject):
make && ./philo 2 500 200 200 3
make
or make all
- compiles the project
make clean
- wipes all object files
make fclean
- deletes ./philo and all object files
make re
- fclean + all