In this chapter, we will learn a better way to build our programs using GNU Make. With the GNU Debugger (GDB), we will debug our programs. And we will quickly introduce the source control system Git and the build server Jenkins.
GNU Make
- 1.
Specify the rules for how to build one thing from another. ...