# # This file compiles the two files for you # # Call it "Makefile" # then run it with the command "make" # hmwk3: csc6040vector.o g++ hmwk3.cc -o hmwk3 csc6040vector.o csc6040vector.o: csc6040vector.cc csc6040vector.h g++ -c csc6040vector.cc