How to Submit Lab4
Please note that this Submission guide supercedes any instructions
labeled DELIVERABLES on lab assignment 4.
- (For the first exercise) Create a directory:
username.lab4
This directory will include at least two files.
- Source code files: You may organize your files anyway you
like.
- Makefile:
it must build your executable named mysig when we type make on the command line.
- When you are finished with your assignment you will create a
compressed archive file using tar
(this utility stores your directory as a single file, then compresses
its size.)
tar -czvf username.lab4.tgz
username.lab4
- You will email your file to me as an attachment.
To |
bsm@cs.uchicago.edu |
Attachment |
username.lab4.tgz |
Subject |
lab4 |