Get Thinking

A detailed discussion of these questions can be found in the "Appendix A" section on page 502.

Mull It Over

  1. Why should people with nice integrated development environments worry about using a command-line make utility, when they can just hit a single button to build their project?

  2. Why is it important to treat the extraction of source code as a separate step from building it?

  3. Where should the intermediate files from construction steps (e.g., object files) be put?

  4. If you add an automated test suite to the build system, should it run automatically after the software is built, or must you fire a separate command to invoke the tests?

  5. Should the overnight build be a debug or release build?

  6. Write a make rule to automatically generate dependency ...

Get Code Craft now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.