Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.42 KB

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