Course 13

Make Intermediate: Errors

Things break. This chapter walks through Make's error model, how to deliberately generate errors for testing, what incomplete executions are, and how to attach error handlers.

4 units

  1. Unit 1 Errors in Make This unit helps you build a strong foundation in understanding errors in Make. You will learn: what are errors in Make which errors you can encounter * how errors impact your scenarios 14 min
  2. Unit 2 Generate an error Fail again. Fail better. As architect Samuel Beckett wisely said. 26 min
  3. Unit 3 Incomplete executions In the previous unit, you created a scenario with an error. Now it's time to learn how to fix it. 18 min
  4. Unit 4 Error handlers You have reached the final unit of the Handling errors in Make course! 21 min