Generally speaking, it would be nice if the examples had simple execution examples like
$ make foo
Hello foo
This ran too!
That's a contrived example, but some of these take a bit too much thought parsing the example Makefile alone to understand the execution order and rule selection.
It would just be very helpful to have clear examples of when I run this, I get this.
It would just be very helpful to have clear examples of when I run this, I get this.