Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
//NAME:Angel Miranda-Acosta
//NETID:agm6
Build Instructions:
make clean: Removes any intermediate files, as well as the created executable.
make build: Creates the executable schedule, along with any intermediate files.
make tar: Creates the tar file agm6.tar, which contains all files needed to build and submit lab3.
Help for schedule (412 scheduler):
Command syntax:
schedule <filename>
<filename>: The file where the ILOC program is stored. schedule will print an error if file cannot be accessed. Ignores any further arguments.
schedule -h
-h: Displays this help text. Ignores any other arguments.