runmaze.o : runmaze.cpp Maze.h SquareMaze.h MazeRunner.h RandomMazeRunner.h VisualizeSquareMazeRunner.h
g++ -Wall -c
-g runmaze.cpp
If
runmaze.o doesn’t exist, or is out of date
relative
to the files past the colon ( : ), here’s
how
to build it with g++.