A project involving the basics of threading a process. And thread synchronization with mutexes.
- 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:
Compilation is managed through the Makefile rules.
> make
> make bonus