diff --git a/index.html b/index.html index 1d109f95ccf0d3d03164d88ddff713ad870ceb15..f0a4a9d1f6d62bab92af70e9df3a4b0a7c5b016b 100644 --- a/index.html +++ b/index.html @@ -151,6 +151,7 @@ Most examples in the class are not named with that single same name because it w By naming the file `myprogram.c.make`, we know that the makefile is associated with the program `myprogram.c`, but then we have to specify the `makefile` that makes uses. Here is that argument in the manual: + <img src="images/man_make_f.png" width="600">