| Handin for Machine
Problem 2 |
(Last updated
29 Jan 2001) |
Handin procedures for Machine Problem 2 are similar to the last time. Please
include a Makefile for your projects and describe how to use it in your README.
The README should include a brief summary how you accomplished the problems
(just in case your commenting is poor) and a
- Log into either Topeka or Salina
- Change to your project directory
- Handin is structured as follows:
- handin <class name> <project number> <file list>
- so for project 1, your handin command may look like:
- handin cis736 01 *.c *.h Makefile README
- This will hand in all of your .c and .h files, along with the Makefile
and README. Wildcards are allowed, and you can (and must) list all the
files for your submission in one command line.
- Your project will be timestamped and submitted to the TA.
