Week 7 Class 13 Tue Oct 07 Posted: Oct 07
Before Class
Exercise 26: Makefile
Feedback is in the file Report1.md in the branch feedback in your Build Files repository.
You can view this at GitHub. Look where it indicates the current branch:

Select the branch feedback and you will see the file Report1.md.
We will continue to add to this code in another exercise. If you have lots of problems, then get my current version:
Then put that into your Makefile and save it. Finally, commit that to your repository with the following command:
Do not deviate from this commit message as it will cause problems when I grade it.
Announcements
Each student must get their own priorities. Do not reuse the ones from the Team Exercises.
Class
Make
$@, $<, and $^srccomplexityExercise 30: Makefile II
This is a continuation of Exercise 26: Makefile. Use the same repository as before. Code along and make the same commits with the same commit messages as I do in class.
I suggest you use GitHub Codespaces as all necessary packages are installed.
CMakeLists.txt CMake file for the Build Files example
To download to your repository:
Unless stated otherwise, all exercises are due by 3 pm on Wed Oct 08