all: test test: testlinear testgeometry basic: arithmetic.cc arithmetic.hh linear.hh testlinear: arithmetic.cc arithmetic.hh linear.hh testlinear.cc g++ -g -Wall arithmetic.cc testlinear.cc -o testlinear -lm testgeometry: arithmetic.cc arithmetic.hh linear.hh geometry.cc geometry.hh testgeometry.cc g++ -g -Wall arithmetic.cc geometry.cc testgeometry.cc -o testgeometry -lm