make -f make159 csci159/lab3This makefile will create a new subdirectory "lab3" and it will populate that directory with some files that your instructor has provided. cd into csci159/lab3 directory. Do an "ls". Read the README. The new makefile is ready for you to use.
make lab3
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.