Step 2: Building your Program

To compile your assignment, use the following commands:
  1. g++ -ansi -Wall -c Dog.cpp
  2. g++ -ansi -Wall -c Lab3.cpp
  3. g++ -ansi -Wall -o Lab3 Dog.o Lab3.o
Actually, you should figure out how to put this into a makefile.