xzheng97/linux-make
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
CS 537 Programming Assignment #3 This program is a simple version of the make command in linux system. It will read a "makefile" and follow the specifications in the makefile as to which commands need to be executed. Any exception will be gracefully handled