How to submit projects

Create a special directory, just for this project; e.g. cs310/P (where P is the name of the project).

(For your own privacy sake, do not include anything in these directories that you would not want the lecturer to see.)

After modifying the contents of the that directory, you will submit the contents by

cd cs310/P
make submit
This will copy everything in P (and below it) to a magic directory /home/timm/cs310/P/XXXXYYYY/0 (where XXXXYYYY is the combination of the late four numbers in the student id of the group members). Note that:

Note that you can submit as many times as you like but we aware the the submit function sends everything in P

.