make159
make -f make159 csci159/lab4This makefile will create a new directory csci159 with a subdirectory called lab4, and it will populate that directory with some files that your instructor has provided. cd into that lab4 directory. Do an "ls". You are provided with a README. Read the README. You are also provided, in directory lab4, with files called makefile, and some data files that end in 'in' or 'inx'. cat these files; you can see that they have some data ready to be read in and sorted.
make lab4xMake sure it gives you no errors or warnings.
make cleanThis cleans up your directory of old executables. "ls" to see what remains.
make submitIf successful, you will see a variety of updates. The git version control program is copying your updated directory contents to a location where the instructor can view and mark it. There is a deadline programmed into git, so if you try to submit after the deadline, it won't let you. Up until that deadline, you can submit and it will keep track of the most recent version, which is the one your instructor will look at.