- Put all the applicable files (source code, Makefile, README) into a single directory (This directory should be named with your usercode, followed by the project number). The README file should tell the reader exactly how to run each of your programs and the expected output. The Makefile should be used to compile all your programs (at least).
No executable files, nor ".o" files should be sent to the reader.
Note: A README and Makefile is required for ECS 175. The README should describe how to compile the programs (with the Makefile), how to operate the programs, and the output of the program that we should expect.
- tar that directory using the following commands
tar cvf usercode1.tar usercode1
where the last parameter is the name of the directory you just created.
- handin the file on a CSIF computer by using the following command:
handin cs175r p1 usercode1.tar
(This command will copy your tar file into the handin/p1 (project 1) directory of ther reader's cs175r account.)For subsequent projects, use p2, usercode2, etc.