josephcheel / 42-Philosophers

A project involving the basics of threading a process. And thread synchronization with mutexes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Philosophers |  42 Cursus Complete

A project involving the basics of threading a process. And thread synchronization with mutexes.



What is the project about

General Instrucctions

  • Makefile will compile your source files. It must include 'all' and 'bonus' rules for the Mandatory and Bonus parts, respectively. It should not relink.
  • The program should be compiled using the following commands:

Mandatory Instrucctions

How to compile it

Compilation is managed through the Makefile rules.

> make
> make bonus

About

A project involving the basics of threading a process. And thread synchronization with mutexes.


Languages

Language:C 90.2%Language:Makefile 9.8%