14 lines
392 B
Markdown
14 lines
392 B
Markdown
|
#Producer-Consumer
|
||
|
Made by: Gregory Crawford (gcrawfo@siue.edu)
|
||
|
|
||
|
#Compiling:
|
||
|
Open root folder where `Makefile` is located.
|
||
|
Type `make` and the program should compile to the `./bin` folder
|
||
|
|
||
|
#Usage:
|
||
|
## Important! Must be in the bin folder for this to work
|
||
|
./driver.out [-p] [-c]
|
||
|
|
||
|
#Arguments:
|
||
|
[-p] -- Enter a specific number of producers
|
||
|
[-c] -- Enter a specific number of consumers
|