Template for for CS118 Spring 2016 Project 1
This provides a couple make targets for things.
By default (all target), it makes the web-server
and web-client
executables.
It provides a clean
target, and tarball
target to create the submission file as well.
You will need to modify the Makefile
to add your userid for the .tar.gz
turn-in at the top of the file.
web-server.cpp
and web-client.cpp
are the entry points for the web-server and web-client part of the project.