Coding


mymake.c

A short program implementing the UNIX utility "make" functionality recursively with fork, exec, and wait.

Code Sample: