CSC112 Spring 2016 Examples
CPPFLAGS=-g --std=gnu++11 LD=g++ CC=g++ smileyTest: smileyTest.cpp Widget.o SmileyFace.o keystream.o clean: rm -f *.o smileyTest