debugFlag=-g test: Cube.o test.o g++ -o test test.o Cube.o $(debugFlag) test.o: test.cpp Cube.h g++ -c test.cpp $(debugFlag) Cube.o: Cube.cpp Cube.h g++ -c Cube.cpp $(debugFlag) clean: \rm -f *.o test