3460:480 HFSD Chapter 6.5 Build Tools F21

1234567891011121314151617
Across
  1. 4. A strange term we use in the makefile for targets that are not actual files
  2. 9. The build magic happens in the build ______
  3. 11. Using a tool to handle repetitive work is a perfect candidate for _________
  4. 14. The output of the build process is a ____ ____
  5. 15. Software must be ____
  6. 16. The more you take advantage of common ______, the familiar your project will be to others
  7. 17. One potential piece of our project are ______
Down
  1. 1. Developers aren't _____ _____
  2. 2. Good build scripts generate ______
  3. 3. All but the smallest projects have a _____ build process
  4. 5. A common make option, for example, execution of the program
  5. 6. Good code is easy to ____ as well as easy to ____
  6. 7. The common name of the file that the make command looks for
  7. 8. Another potential piece of our project is ____ files
  8. 10. A common make option to delete built files
  9. 12. A common build tool
  10. 13. A build script is ____, too