Instructions for submitting project 1§

  • Subject via submit.py under target p1 or using the submission pages

  • To submit project 1, you must submit a tarfile that contains the following files when untarred:

- README.txt
- partner.json
- src/
  - Makefile
  - ... and all other files
  • Note that the root of the tar archive here is where README.txt and the other files are expected, but src is a subdirectory.

    You do not have to submit the posix_spawn directory.

  • The format for partner.json is a JSON array containing strings which are the pids of the partners for the project.

  • If Eric (ericrw96) and Scott (scott) worked in a group, an example of a correct partner.json file would be:

["ericrw96", "scott"]