ui
This directory must be self-contained and provide all files necessary to make a working version of the project. It must contain a project Makefile as well, which makes as its target, a program with the same name as the assignment.
When you have completely tested the assignment, tar the directory containing
the program into a file with the same name as the assignment, followed by
the filename extension .tar then execute the program
~jnw/bin/4930submit with the tar file as the argument.
Here's an example:
% ls Asst1 % ls Asst1 Main.c WcEList.c WcEntry.c WcTable.c Makefile WcEList.h WcEntry.h WcTable.h % tar cvf Asst1.tar Asst1 Asst1/ Asst1/Main.c Asst1/Makefile Asst1/WcEList.c Asst1/WcEList.h Asst1/WcEntry.c Asst1/WcEntry.h Asst1/WcTable.c Asst1/WcTable.h % ls Asst1 Asst1.tar % ~jnw/bin/4930submit Asst1.tar Asst1.tar copied %