First page
Back
Continue
Last page
Graphics
Makefile Example
1. Build your source code file.
2. Build a Makefile with an appropriate dependency and rule line
3. Run make
% make
g++ -o puzzle1 puzzle1.cpp
%